rest_api 0.1.2 → 0.1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module RestApi
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.2.1"
3
3
  end
data/rest_api.gemspec CHANGED
@@ -5,8 +5,8 @@ Gem::Specification.new do |gem|
5
5
  gem.authors = ["Codus Tecnologia"]
6
6
  gem.email = ["vinicius.oyama@codus.com.br"]
7
7
  gem.platform = Gem::Platform::RUBY
8
- gem.description = %q{An easy to use, no configuration API client!}
9
- gem.summary = %q{An easy to use, no configuration API client!}
8
+ gem.description = %q{An easy to use, no configuration REST API client!}
9
+ gem.summary = %q{An easy to use, no configuration REST API client!}
10
10
  gem.homepage = "https://github.com/codus/rest_api"
11
11
 
12
12
  gem.files = `git ls-files`.split($\)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-25 00:00:00.000000000 Z
12
+ date: 2012-10-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -59,7 +59,7 @@ dependencies:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
61
  version: '1.6'
62
- description: An easy to use, no configuration API client!
62
+ description: An easy to use, no configuration REST API client!
63
63
  email:
64
64
  - vinicius.oyama@codus.com.br
65
65
  executables: []
@@ -112,7 +112,7 @@ rubyforge_project:
112
112
  rubygems_version: 1.8.24
113
113
  signing_key:
114
114
  specification_version: 3
115
- summary: An easy to use, no configuration API client!
115
+ summary: An easy to use, no configuration REST API client!
116
116
  test_files:
117
117
  - spec/rest_api/api/request_parser_spec.rb
118
118
  - spec/rest_api/api_spec.rb