we_the_people 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/we_the_people.rb +1 -1
- data/we_the_people.gemspec +3 -3
- metadata +5 -5
data/lib/we_the_people.rb
CHANGED
data/we_the_people.gemspec
CHANGED
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
|
|
13
13
|
## If your rubyforge_project name is different, then edit it and comment out
|
14
14
|
## the sub! line in the Rakefile
|
15
15
|
s.name = 'we_the_people'
|
16
|
-
s.version = '0.0.
|
17
|
-
s.date = '2013-05-
|
16
|
+
s.version = '0.0.5'
|
17
|
+
s.date = '2013-05-31'
|
18
18
|
s.rubyforge_project = 'we_the_people'
|
19
19
|
|
20
20
|
## Make sure your summary is short. The description may be as long
|
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
|
|
42
42
|
## that are needed for an end user to actually USE your code.
|
43
43
|
s.add_dependency('rest-client')
|
44
44
|
s.add_dependency('json')
|
45
|
-
s.add_dependency('
|
45
|
+
s.add_dependency('activesupport', '>= 3.0.0')
|
46
46
|
|
47
47
|
## Leave this section as-is. It will be automatically generated from the
|
48
48
|
## contents of your Git repository via the gemspec task. DO NOT REMOVE
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: we_the_people
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
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: 2013-05-
|
12
|
+
date: 2013-05-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rest-client
|
@@ -44,13 +44,13 @@ dependencies:
|
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
46
|
- !ruby/object:Gem::Dependency
|
47
|
-
name:
|
47
|
+
name: activesupport
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
49
49
|
none: false
|
50
50
|
requirements:
|
51
51
|
- - ! '>='
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version:
|
53
|
+
version: 3.0.0
|
54
54
|
type: :runtime
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -58,7 +58,7 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - ! '>='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
61
|
+
version: 3.0.0
|
62
62
|
description: API client for the We The People petition application.
|
63
63
|
email: jeremy@github.com
|
64
64
|
executables: []
|