mover_io 0.0.5 → 0.0.6

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/mover_io.rb CHANGED
@@ -26,7 +26,6 @@ module MoverIO
26
26
  end
27
27
 
28
28
  def find_connector(connector_id)
29
- p "MoverAPI app_id=#{@app_id} app_secret=#{@app_secret}"
30
29
  response = RestClient.get "#{base_url}/connectors/#{connector_id}", {:authorization => "MoverAPI app_id=#{@app_id} app_secret=#{@app_secret}"}
31
30
  if response.code == 200
32
31
  JSON.parse response.to_str
@@ -1,3 +1,3 @@
1
1
  module MoverIo
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mover_io
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
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-10-14 00:00:00.000000000 Z
12
+ date: 2012-12-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
@@ -40,9 +40,7 @@ files:
40
40
  - LICENSE.txt
41
41
  - README.md
42
42
  - Rakefile
43
- - lib/.mover_io.rb.swp
44
43
  - lib/mover_io.rb
45
- - lib/mover_io/.version.rb.swp
46
44
  - lib/mover_io/version.rb
47
45
  - mover_io.gemspec
48
46
  homepage: http://mover.io
data/lib/.mover_io.rb.swp DELETED
Binary file
Binary file