iugu-api 0.0.2 → 0.0.3

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.
data/.gitignore CHANGED
@@ -20,4 +20,6 @@ public/system/*
20
20
  public/system/**
21
21
  coverage/**
22
22
  coverage/*/*
23
+ pkg/**
24
+ pkg/*/*
23
25
 
data/lib/iugu-api.rb CHANGED
@@ -3,7 +3,7 @@ require "iugu-api/version"
3
3
 
4
4
  module Iugu
5
5
  module Api
6
- @@site = "http://iugu.dev:3000"
6
+ @@site = "http://iugu.dev"
7
7
  @@token = ""
8
8
 
9
9
  def self.config
@@ -1,5 +1,5 @@
1
1
  module Iugu
2
2
  module Api
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
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.2
4
+ version: 0.0.3
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: 2012-11-26 00:00:00.000000000 Z
12
+ date: 2012-11-27 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Iugu API access
15
15
  email: