iugu-api 0.0.1b → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/iugu-api.gemspec +1 -1
- data/lib/iugu-api/version.rb +1 -1
- metadata +21 -6
- data/pkg/iugu-api-0.0.1.gem +0 -0
data/iugu-api.gemspec
CHANGED
data/lib/iugu-api/version.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iugu-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Alexandre Paez
|
@@ -10,7 +10,23 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
date: 2012-11-26 00:00:00.000000000 Z
|
13
|
-
dependencies:
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: activeresource
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - '='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 3.2.8
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - '='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 3.2.8
|
14
30
|
description: Iugu API access
|
15
31
|
email:
|
16
32
|
- alepaezseq@gmail.com
|
@@ -36,7 +52,6 @@ files:
|
|
36
52
|
- lib/iugu-api/models/subscription.rb
|
37
53
|
- lib/iugu-api/models/web_hook.rb
|
38
54
|
- lib/iugu-api/version.rb
|
39
|
-
- pkg/iugu-api-0.0.1.gem
|
40
55
|
homepage: ''
|
41
56
|
licenses: []
|
42
57
|
post_install_message:
|
@@ -52,9 +67,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
67
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
53
68
|
none: false
|
54
69
|
requirements:
|
55
|
-
- - ! '
|
70
|
+
- - ! '>='
|
56
71
|
- !ruby/object:Gem::Version
|
57
|
-
version:
|
72
|
+
version: '0'
|
58
73
|
requirements: []
|
59
74
|
rubyforge_project:
|
60
75
|
rubygems_version: 1.8.24
|
data/pkg/iugu-api-0.0.1.gem
DELETED
Binary file
|