idonethis-client 0.0.1 → 0.0.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/lib/idonethis.rb CHANGED
@@ -3,7 +3,7 @@ require 'faraday'
3
3
  require 'faraday-cookie_jar'
4
4
  require 'faraday_middleware'
5
5
 
6
- require File.expand_path('../version', __FILE__)
6
+ require File.expand_path('../idonethis/version', __FILE__)
7
7
  require File.expand_path('../idonethis/error', __FILE__)
8
8
  require File.expand_path('../idonethis/configuration', __FILE__)
9
9
  require File.expand_path('../idonethis/client', __FILE__)
@@ -1,3 +1,3 @@
1
1
  module IDoneThis
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: idonethis-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -194,7 +194,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
194
194
  version: '0'
195
195
  segments:
196
196
  - 0
197
- hash: 1292588170158978654
197
+ hash: -373649556736019689
198
198
  required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  none: false
200
200
  requirements:
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  version: '0'
204
204
  segments:
205
205
  - 0
206
- hash: 1292588170158978654
206
+ hash: -373649556736019689
207
207
  requirements: []
208
208
  rubyforge_project:
209
209
  rubygems_version: 1.8.23