-
Notifications
You must be signed in to change notification settings - Fork 70
Travisci #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Travisci #133
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
👍 |
kambayashia
approved these changes
Nov 21, 2016
kambayashia
pushed a commit
to kambayashia/twitter-ruby-ads-sdk
that referenced
this pull request
Nov 21, 2016
* Update non-stats resource paths to v1 * Change path for non-stats resources to v1 * Update spec for v1 endpoints * Update reach_estimate for v1, update spec and fix some rubocop style issues * Remove support for CUSTOM objective * Add v1 synchronous analytics endpoint support * Add missing resource type to account level resources * Fix minor typo... * Update endpoints to support async stats fetching for v1 * Updating v1 async to parse json object from gz data * Version bump to 1.0.0 * Fix version.rb copyright * Fix copyright * Add to pullapprove reviewers * Update travis ci settings to remove pre-2.0
jbabichjapan
pushed a commit
that referenced
this pull request
Nov 22, 2016
* added property * Travisci (#133) * Update non-stats resource paths to v1 * Change path for non-stats resources to v1 * Update spec for v1 endpoints * Update reach_estimate for v1, update spec and fix some rubocop style issues * Remove support for CUSTOM objective * Add v1 synchronous analytics endpoint support * Add missing resource type to account level resources * Fix minor typo... * Update endpoints to support async stats fetching for v1 * Updating v1 async to parse json object from gz data * Version bump to 1.0.0 * Fix version.rb copyright * Fix copyright * Add to pullapprove reviewers * Update travis ci settings to remove pre-2.0
kambayashia
added a commit
to kambayashia/twitter-ruby-ads-sdk
that referenced
this pull request
Nov 25, 2016
* added property * Travisci (xdevplatform#133) * Update non-stats resource paths to v1 * Change path for non-stats resources to v1 * Update spec for v1 endpoints * Update reach_estimate for v1, update spec and fix some rubocop style issues * Remove support for CUSTOM objective * Add v1 synchronous analytics endpoint support * Add missing resource type to account level resources * Fix minor typo... * Update endpoints to support async stats fetching for v1 * Updating v1 async to parse json object from gz data * Version bump to 1.0.0 * Fix version.rb copyright * Fix copyright * Add to pullapprove reviewers * Update travis ci settings to remove pre-2.0
kambayashia
pushed a commit
to kambayashia/twitter-ruby-ads-sdk
that referenced
this pull request
Nov 25, 2016
* Update non-stats resource paths to v1 * Change path for non-stats resources to v1 * Update spec for v1 endpoints * Update reach_estimate for v1, update spec and fix some rubocop style issues * Remove support for CUSTOM objective * Add v1 synchronous analytics endpoint support * Add missing resource type to account level resources * Fix minor typo... * Update endpoints to support async stats fetching for v1 * Updating v1 async to parse json object from gz data * Version bump to 1.0.0 * Fix version.rb copyright * Fix copyright * Add to pullapprove reviewers * Update travis ci settings to remove pre-2.0
kambayashia
added a commit
to kambayashia/twitter-ruby-ads-sdk
that referenced
this pull request
Nov 25, 2016
* added property * Travisci (xdevplatform#133) * Update non-stats resource paths to v1 * Change path for non-stats resources to v1 * Update spec for v1 endpoints * Update reach_estimate for v1, update spec and fix some rubocop style issues * Remove support for CUSTOM objective * Add v1 synchronous analytics endpoint support * Add missing resource type to account level resources * Fix minor typo... * Update endpoints to support async stats fetching for v1 * Updating v1 async to parse json object from gz data * Version bump to 1.0.0 * Fix version.rb copyright * Fix copyright * Add to pullapprove reviewers * Update travis ci settings to remove pre-2.0
smaeda-ks
added a commit
to smaeda-ks/twitter-ruby-ads-sdk
that referenced
this pull request
Jun 13, 2019
We no longer test JRuby since xdevplatform#133
smaeda-ks
added a commit
to smaeda-ks/twitter-ruby-ads-sdk
that referenced
this pull request
Jun 13, 2019
We no longer test JRuby since xdevplatform#133
smaeda-ks
added a commit
to smaeda-ks/twitter-ruby-ads-sdk
that referenced
this pull request
Jun 13, 2019
We no longer test JRuby since xdevplatform#133
smaeda-ks
added a commit
to smaeda-ks/twitter-ruby-ads-sdk
that referenced
this pull request
Jun 13, 2019
We no longer test JRuby since xdevplatform#133
smaeda-ks
added a commit
to smaeda-ks/twitter-ruby-ads-sdk
that referenced
this pull request
Jun 14, 2019
We no longer test JRuby since xdevplatform#133
smaeda-ks
added a commit
that referenced
this pull request
Jun 14, 2019
* Update .travis.yml * Update README We no longer test JRuby since #133 * Set min version to 2.4 * Allow bundler 2 * Update .rubocop.yml
smaeda-ks
added a commit
that referenced
this pull request
Jun 14, 2019
* Support for media library, media creative and account media endpoints (#185) * Bump version to v4 (#186) * make error handling image be shown (#177) * update twitter-ads version to 4.0.1 (#187) * Fix Rubocop Rules (#189) * update twitter-ads version to 4.0.1 * update rubocop.yml and tailored_audience.rb * Update to v5 (#191) * Added support for MEDIA_CREATIVE stats * added support for card_uris * updated example for v5 * updated TC line_item_id to line_item_ids * added support for with_draft * remove preview_url from all cards endpoints * Tailored Audience for v4 (#180) * Add a comment to TailoredAudience.users * Rename create_instance to create The current create method will no longer be supported as of v4. * Delele unused methods * Add (start|end)_time property to LineItem class #178 (#193) * Remove TONUpload class (#192) * Update SDK to support Ruby 2.3+ (#190) * Remove CI guards * Start upgrade to min 2.3. Rubocop auto fixes * Disable and update a handful of Rubocop warnings Disabled Linting warnings on using Void and URI:Escape * Update copyright * Test ruby 2.3+ on Travis CI * Add Ruby 2.6 to build matrix and correct copyright lint * Minor fix to copyright * Add rubocop as separate step to display errors * Make rubocop verbose to help debugging * Remove erroneous newline * Fix merge conflicts * Revert "Remove CI guards" This reverts commit 85db938. * Update supported Ruby versions and bump license year * Update LICENSE * Fix merge conflicts * Add ActiveEntities support (#195) * Add ActiveEntities support * Update style * Add new preview endpoint support (#194) * Minor bug fixes (#197) * Fix promoted_tweet example * Fix TypeError > no implicit conversion of nil into Hash (TypeError) when with_deleted is false * Improve Travis CI Tests (#196) * Update .travis.yml * Update README We no longer test JRuby since #133 * Set min version to 2.4 * Allow bundler 2 * Update .rubocop.yml * Update twitter-ads version to 5.1.0 (#198) * [docs] updating v5.1.0 documentation
smaeda-ks
added a commit
to esakai/twitter-ruby-ads-sdk
that referenced
this pull request
Jun 18, 2019
* Update .travis.yml * Update README We no longer test JRuby since xdevplatform#133 * Set min version to 2.4 * Allow bundler 2 * Update .rubocop.yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Travis CI settings