iugu-api 0.0.4 → 0.0.5

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 93343a79ce7220fa92d0ad0206c2323ea86ce14a
4
+ data.tar.gz: c3ad2a80f3b75c8a972bfc232260bd5a534b4b27
5
+ SHA512:
6
+ metadata.gz: 6a8d0b4c0eb21116886baeac56e6b31c2ff448ad52299d39baeb5f14ce03ecc11da0bdb178199dcd53d11fe93b573b5bafe2668dfb9a589c5dd6e45a77917b08
7
+ data.tar.gz: c3ba063332946d2f5e89649aa6898d6ccd8a8dc971f6c830f01112991974f98e2a8884eeb5ab38c976c37740682e7ea5bd991813b3f52ed959a11ab34932de66
@@ -12,7 +12,6 @@ module Iugu
12
12
  end
13
13
 
14
14
  def self.site
15
- return "http://api.iugu.dev" if ENV['IUGU_PLATFORM_DEVELOPMENT']
16
15
  @@site
17
16
  end
18
17
 
@@ -1,5 +1,5 @@
1
1
  module Iugu
2
2
  module Api
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iugu-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
5
- prerelease:
4
+ version: 0.0.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Alexandre Paez
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-07-25 00:00:00.000000000 Z
11
+ date: 2015-03-16 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Iugu API access
15
14
  email:
@@ -18,7 +17,7 @@ executables: []
18
17
  extensions: []
19
18
  extra_rdoc_files: []
20
19
  files:
21
- - .gitignore
20
+ - ".gitignore"
22
21
  - Gemfile
23
22
  - Gemfile.lock
24
23
  - LICENSE.txt
@@ -42,26 +41,25 @@ files:
42
41
  - pkg/iugu-api-0.0.1b.gem
43
42
  homepage: ''
44
43
  licenses: []
44
+ metadata: {}
45
45
  post_install_message:
46
46
  rdoc_options: []
47
47
  require_paths:
48
48
  - lib
49
49
  required_ruby_version: !ruby/object:Gem::Requirement
50
- none: false
51
50
  requirements:
52
- - - ! '>='
51
+ - - ">="
53
52
  - !ruby/object:Gem::Version
54
53
  version: '0'
55
54
  required_rubygems_version: !ruby/object:Gem::Requirement
56
- none: false
57
55
  requirements:
58
- - - ! '>='
56
+ - - ">="
59
57
  - !ruby/object:Gem::Version
60
58
  version: '0'
61
59
  requirements: []
62
60
  rubyforge_project:
63
- rubygems_version: 1.8.10
61
+ rubygems_version: 2.4.3
64
62
  signing_key:
65
- specification_version: 3
63
+ specification_version: 4
66
64
  summary: Iugu API access
67
65
  test_files: []