iugu-api 0.0.1 → 0.0.2
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
- data/pkg/iugu-api-0.0.1.gem +0 -0
- data/pkg/iugu-api-0.0.1b.gem +0 -0
- metadata +4 -18
data/iugu-api.gemspec
CHANGED
data/lib/iugu-api/version.rb
CHANGED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iugu-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,23 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
date: 2012-11-26 00:00:00.000000000 Z
|
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
|
13
|
+
dependencies: []
|
30
14
|
description: Iugu API access
|
31
15
|
email:
|
32
16
|
- alepaezseq@gmail.com
|
@@ -52,6 +36,8 @@ files:
|
|
52
36
|
- lib/iugu-api/models/subscription.rb
|
53
37
|
- lib/iugu-api/models/web_hook.rb
|
54
38
|
- lib/iugu-api/version.rb
|
39
|
+
- pkg/iugu-api-0.0.1.gem
|
40
|
+
- pkg/iugu-api-0.0.1b.gem
|
55
41
|
homepage: ''
|
56
42
|
licenses: []
|
57
43
|
post_install_message:
|