luna_api 0.1.5 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
File without changes
data/.rvmrc CHANGED
@@ -1 +1 @@
1
- rvm use 1.9.3@gem
1
+ rvm use ruby-1.9.3-p392@heroku --create
data/Gemfile CHANGED
File without changes
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
@@ -16,7 +16,7 @@ module LunaApi
16
16
  def request(method, url, args={})
17
17
  Typhoeus::Request.send(method,
18
18
  url,
19
- args.merge(userpwd: "#{ENV["LUNA_API_USERNAME"]}:#{ENV["LUNA_API_PASSWORD"]}")
19
+ args.merge({username: ENV["LUNA_API_USERNAME"], password: ENV["LUNA_API_PASSWORD"]})
20
20
  )
21
21
  end
22
22
  end
data/lib/luna_api/sale.rb CHANGED
File without changes
File without changes
data/lib/luna_api/todo.rb CHANGED
File without changes
@@ -1,3 +1,3 @@
1
1
  module LunaApi
2
- VERSION = "0.1.5"
2
+ VERSION = "0.2.0"
3
3
  end
data/lib/luna_api.rb CHANGED
File without changes
data/luna_api.gemspec CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luna_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.2.0
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: 2013-03-08 00:00:00.000000000 Z
12
+ date: 2013-03-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: typhoeus
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  version: '0'
68
68
  requirements: []
69
69
  rubyforge_project:
70
- rubygems_version: 1.8.24
70
+ rubygems_version: 1.8.25
71
71
  signing_key:
72
72
  specification_version: 3
73
73
  summary: No docs yet :(