luna_api 0.1.5 → 0.2.0
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 +0 -0
- data/.rvmrc +1 -1
- data/Gemfile +0 -0
- data/LICENSE.txt +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/lib/luna_api/request.rb +1 -1
- data/lib/luna_api/sale.rb +0 -0
- data/lib/luna_api/store.rb +0 -0
- data/lib/luna_api/todo.rb +0 -0
- data/lib/luna_api/version.rb +1 -1
- data/lib/luna_api.rb +0 -0
- data/luna_api.gemspec +0 -0
- metadata +3 -3
data/.gitignore
CHANGED
|
File without changes
|
data/.rvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
rvm use 1.9.3@
|
|
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
|
data/lib/luna_api/request.rb
CHANGED
|
@@ -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(
|
|
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
|
data/lib/luna_api/store.rb
CHANGED
|
File without changes
|
data/lib/luna_api/todo.rb
CHANGED
|
File without changes
|
data/lib/luna_api/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
70
|
+
rubygems_version: 1.8.25
|
|
71
71
|
signing_key:
|
|
72
72
|
specification_version: 3
|
|
73
73
|
summary: No docs yet :(
|