rest_resource 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.travis.yml CHANGED
@@ -2,6 +2,3 @@ script: "bundle exec rake spec"
2
2
  rvm:
3
3
  - ree
4
4
  - 1.9.2
5
- notifications:
6
- email:
7
- - dev@whiteglove.com
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  gem 'rest-client'
4
- gem 'active_support'
4
+ gem 'activesupport'
5
5
  gem 'rake'
6
6
  group :test do
7
7
  gem 'rspec'
data/Gemfile.lock CHANGED
@@ -1,11 +1,11 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- active_support (3.0.0)
5
- activesupport (= 3.0.0)
6
- activesupport (3.0.0)
4
+ activesupport (3.1.0)
5
+ multi_json (~> 1.0)
7
6
  diff-lcs (1.1.3)
8
7
  mime-types (1.16)
8
+ multi_json (1.0.3)
9
9
  rake (0.9.2)
10
10
  rest-client (1.6.7)
11
11
  mime-types (>= 1.16)
@@ -22,7 +22,7 @@ PLATFORMS
22
22
  ruby
23
23
 
24
24
  DEPENDENCIES
25
- active_support
25
+ activesupport
26
26
  rake
27
27
  rest-client
28
28
  rspec
@@ -1,3 +1,3 @@
1
1
  module RestResource
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -18,5 +18,5 @@ Gem::Specification.new do |s|
18
18
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
19
  s.require_paths = ["lib"]
20
20
  s.add_runtime_dependency(%q<rest-client>, [">= 0"])
21
- s.add_runtime_dependency(%q<active_support>, [">= 0"])
21
+ s.add_runtime_dependency(%q<activesupport>, [">= 0"])
22
22
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest_resource
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Yi Wen
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-06 00:00:00 -05:00
18
+ date: 2011-10-07 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -33,7 +33,7 @@ dependencies:
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
35
  - !ruby/object:Gem::Dependency
36
- name: active_support
36
+ name: activesupport
37
37
  prerelease: false
38
38
  requirement: &id002 !ruby/object:Gem::Requirement
39
39
  none: false