ruby-freshbooks 0.1.1 → 0.1.2

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -0,0 +1 @@
1
+ require File.join(File.dirname(__FILE__), 'freshbooks')
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.date = %q{2010-04-25}
8
8
  s.description = %q{simple FreshBooks API wrapper}
9
9
  s.email = %q{elucid@gmail.com}
10
- s.files = ["README.md", "LICENSE", "VERSION", "ruby-freshbooks.gemspec", "lib/freshbooks.rb", "spec/freshbooks_spec.rb"]
10
+ s.files = ["README.md", "LICENSE", "VERSION", "ruby-freshbooks.gemspec", "lib/freshbooks.rb", "lib/ruby-freshbooks.rb", "spec/freshbooks_spec.rb"]
11
11
  s.has_rdoc = false
12
12
  s.homepage = %q{http://github.com/elucid/ruby-freshbooks}
13
13
  s.require_paths = ["lib"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Justin Giancola
@@ -73,6 +73,7 @@ files:
73
73
  - VERSION
74
74
  - ruby-freshbooks.gemspec
75
75
  - lib/freshbooks.rb
76
+ - lib/ruby-freshbooks.rb
76
77
  - spec/freshbooks_spec.rb
77
78
  has_rdoc: true
78
79
  homepage: http://github.com/elucid/ruby-freshbooks