Commit Graph

65 Commits

Author SHA1 Message Date
Bob Aman 64fc8e74d9 Updating version and dependencies. 2012-07-31 16:56:17 +03:00
Bob Aman 3bc7d52764 Resolving issues introduced by Faraday dependency upgrade. 2012-07-21 13:51:23 +03:00
Bob Aman 5e751681dd Updating dependencies. 2012-07-21 13:51:23 +03:00
Simone Carletti 4656b73ff9 Restore exclusion for compact and environment as requested in 6c5267359a 2012-06-14 20:49:53 +02:00
Simone Carletti c656b1aaeb Drop RCov::VerifyTask task (see GH-2) 2012-06-14 15:06:26 +02:00
Simone Carletti 6c5267359a Ruby 1.8 doesn't seem to like one --exclude 2012-06-14 15:06:22 +02:00
Simone Carletti 5858999045 Remove multiple specifications of gem 'rspec'
We should take advantage of bundler. Use gemspec in the Gemfile to merge the Gemfile with the dependencies in the .gemspec file.
This solution requires rcov to be removed from .gemspec because RCov only works in MRI 1.8 and there's no way to specify platforms in the .gemspec.
2012-06-14 11:47:06 +02:00
Simone Carletti b7430aeb8c RSpec create the /specdoc folder if needed.
In this way, we don't get this folder for free every time rake evaluates the tasks.
2012-06-14 11:35:46 +02:00
Simone Carletti efb3938f7c There are now slow specs.
Moreover, in RSpec 2 we will be able to use metadata to filter specs.
https://www.relishapp.com/rspec/rspec-core/v/2-10/docs/metadata
2012-06-14 11:32:16 +02:00
Simone Carletti 16363939b9 Upgrade RSpec 1.x to RSpec 2.10-x 2012-06-14 11:18:35 +02:00
Bob Aman 0a23bd4144 Updating dependency to avoid certificate verify failure errors. 2012-05-24 17:47:17 +03:00
Bob Aman 236191e9c9 Updating dependencies to include UUIDTools. 2012-05-24 15:42:21 +03:00
Bob Aman 2ccab7b593 Moving require so that client only gets loaded if the task requires it. 2012-05-24 15:29:58 +03:00
Bob Aman d326f2e630 Default changed to spec:rcov. Verify task always exits with error code 1. 2012-05-11 13:44:39 +03:00
Bob Aman daf301d08b Apparently 60% is too low! 2012-05-11 13:41:40 +03:00
Bob Aman 41ac517b8b Downgraded verify task to 60% coverage requirement. 2012-05-11 13:29:41 +03:00
Bob Aman 3f8f2aff6f RDoc is no longer used. 2012-05-11 13:19:10 +03:00
Bob Aman f1237d48b9 The diff-lcs gem is not used. 2012-05-11 13:11:52 +03:00
Bob Aman c651d69674 Updated to avoid deprecation of encode and decode methods in multi_json gem. 2012-04-24 14:39:25 +03:00
Bob Aman d021ed5503 Updating release process. 2012-02-10 17:49:52 +03:00
Bob Aman b8ebcb3c21 Updated dependency to resolve JSON bug. 2012-02-10 17:16:55 +03:00
Bob Aman c2c1232c19 Loosened up gem requirements. 2012-01-30 16:42:02 +03:00
Bob Aman 9fd15b31c4 To avoid a few bugs, requires point release of signet dependency. 2012-01-30 15:35:14 +03:00
Bob Aman 06cdb76670 Updated to replace httpadapter with faraday. 2012-01-27 17:57:57 +03:00
Bob Aman 0bc3d4936b Migrated to MultiJson from JSON gem. 2012-01-05 13:05:56 +03:00
Bob Aman 84ae475d55 Added super-hacky script to generate the wiki reference pages. 2011-12-02 17:24:56 +03:00
Bob Aman 6205c8e67c Switched to using proper Rake clobbering. 2011-12-02 16:42:46 +03:00
Bob Aman f70943ca40 Renamed CHANGELOG. 2011-12-02 16:41:05 +03:00
Bob Aman 04978a3363 Moving static files to extra section so they don't get intrepreted as Ruby code by Yard. 2011-11-22 13:54:39 +03:00
Bob Aman cef31d7bca Had to make a minor update to httpadapter to get tests passing again. 2011-11-16 17:06:44 +03:00
Bob Aman 4db82cfee4 Updated dependency list and added gemspec. 2011-11-16 15:21:34 +03:00
Bob Aman a989f9ad51 Resolved deprecation issues with RDoc task. 2011-11-16 15:11:23 +03:00
Bob Aman 8b6a103bbf Updated deprecated gem package task. 2011-11-16 14:56:30 +03:00
Bob Aman ed6e58a45c #has_rdoc was deprecated. Removed property from gemspec. 2011-11-16 14:53:20 +03:00
Bob Aman 4db326a3ed Added task for wiki autogeneration. 2011-10-15 11:22:36 +03:00
Bob Aman 2b746cb379 Fixed references in the build files to the new README files. 2011-10-11 14:54:57 +03:00
Bob Aman bb4e15b9f4 Fixed issues with recursive structures and external references. 2011-10-05 14:13:39 +03:00
Bob Aman 06af19a112 Switched to using AutoParse for schemas. 2011-09-22 16:27:24 +03:00
Bob Aman aae60143cb Gem spec requires author to be supplied. 2011-08-02 14:39:46 -04:00
Bob Aman af87738e06 Excluding environment setup file from code coverage.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@161 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2011-05-20 23:39:47 +00:00
Bob Aman f962346722 Fixed rcov exclude options.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@159 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2011-05-20 23:12:44 +00:00
Bob Aman 029b296f25 Fixed another stray dependency.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@158 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2011-05-12 20:27:41 +00:00
Bob Aman c7e96763c7 Lowered requirements for json gem
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@157 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2011-05-12 20:23:18 +00:00
Bob Aman eb78080080 Fixed unnecessary dependency issue.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@134 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2011-05-04 22:43:52 +00:00
Bob Aman 286a7152f2 A significant update of the client functionality.
* updated to use v0.3 of the discovery API
* updated to use httpadapter 1.0.0
* added OAuth 2 support to the command line tool
* renamed some switches in the command line tool
* added additional configuration capabilities

git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@128 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2011-05-04 11:44:35 +00:00
Bob Aman 9af308a5f8 Updated install error message for rcov.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@103 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2010-10-22 23:11:59 +00:00
Bob Aman d6ed864b0a Fixed version specifier.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@94 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2010-10-22 17:15:22 +00:00
Bob Aman 316f1c6bd4 Updated dependencies.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@93 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2010-10-22 17:14:02 +00:00
Bob Aman 20eff1df7d Added support for two-legged OAuth.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@92 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2010-10-22 00:36:23 +00:00
Bob Aman 2140cbf244 Excluding .rvm from code coverage.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@78 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2010-10-14 00:15:52 +00:00