chimps 0.3.1 → 0.3.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.
Files changed (4) hide show
  1. data/Gemfile +1 -1
  2. data/Gemfile.lock +2 -2
  3. data/VERSION +1 -1
  4. metadata +9 -7
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  source :gemcutter
3
- gem "json"
3
+ gem "json", "1.4.6"
4
4
  gem "configliere", ">= 0.3.2"
5
5
  gem 'rest-client', '>= 1.6.1', :require => 'restclient'
6
6
  gem 'addressable', :require => 'addressable/uri'
data/Gemfile.lock CHANGED
@@ -4,7 +4,7 @@ GEM
4
4
  addressable (2.2.4)
5
5
  configliere (0.3.2)
6
6
  diff-lcs (1.1.2)
7
- json (1.5.1)
7
+ json (1.4.6)
8
8
  mime-types (1.16)
9
9
  rest-client (1.6.1)
10
10
  mime-types (>= 1.16)
@@ -23,6 +23,6 @@ PLATFORMS
23
23
  DEPENDENCIES
24
24
  addressable
25
25
  configliere (>= 0.3.2)
26
- json
26
+ json (= 1.4.6)
27
27
  rest-client (>= 1.6.1)
28
28
  rspec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chimps
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dhruv Bansal
@@ -24,12 +24,14 @@ dependencies:
24
24
  version_requirements: &id001 !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ">="
27
+ - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 3
29
+ hash: 11
30
30
  segments:
31
- - 0
32
- version: "0"
31
+ - 1
32
+ - 4
33
+ - 6
34
+ version: 1.4.6
33
35
  requirement: *id001
34
36
  type: :runtime
35
37
  - !ruby/object:Gem::Dependency