ultron 0.2.0 → 0.2.1
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/ultron/version.rb +1 -1
- data/ultron.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 54e1d7d64b3cd4e49a44da3bd82c2343e6ddf37e
|
|
4
|
+
data.tar.gz: 4eb35c813798b52c3ceff925a41017a26c6fa45c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbf3d5f3c982274caed4e421e1b74513ed41feb1f1d04db97168f5eb5158bf3bd395f4b98489708a2dfd0ff4b778ad1bccbf4c77e3046d6623f740ade8c8cf63
|
|
7
|
+
data.tar.gz: 9e113fee43e71fb5e73ecbf48d144ed4158cdd2249925e7367c32d4e7aa6dc78e68ec28606a7f39be06b788f4781b428ffb62a256fc2ecac2867a5d8c05f144d
|
data/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Or just
|
|
|
19
19
|
|
|
20
20
|
gem install ultron
|
|
21
21
|
|
|
22
|
-
To actually use it you need an API keypair which you can get from [here](https://developer.marvel.com/signup), put them into `.env` like this
|
|
22
|
+
To actually use it you need an API keypair which you can get from [here](https://developer.marvel.com/signup), put them into `~/.ultronrc` or `.env` like this
|
|
23
23
|
|
|
24
24
|
PUBLIC_KEY: this_r_public_key
|
|
25
25
|
PRIVATE_KEY: this_one_r_private_key
|
data/lib/ultron/version.rb
CHANGED
data/ultron.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['github@orgraphone.org']
|
|
11
11
|
spec.summary = %q{Ruby bindings for the Marvel COmics API}
|
|
12
12
|
spec.description = %q{MADE FROM ADAMANTIUM}
|
|
13
|
-
spec.homepage = 'http://pikesley.
|
|
13
|
+
spec.homepage = 'http://sam.pikesley.org/projects/ultron/'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ultron
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- pikesley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-12-
|
|
11
|
+
date: 2014-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: curb
|
|
@@ -294,7 +294,7 @@ files:
|
|
|
294
294
|
- spec/ultron/searches/searches_spec.rb
|
|
295
295
|
- spec/ultron/url_spec.rb
|
|
296
296
|
- ultron.gemspec
|
|
297
|
-
homepage: http://pikesley.
|
|
297
|
+
homepage: http://sam.pikesley.org/projects/ultron/
|
|
298
298
|
licenses:
|
|
299
299
|
- MIT
|
|
300
300
|
metadata: {}
|