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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef6cd9d7904b5fcb35ccd99583f9e29b4f189de0
4
- data.tar.gz: 509f0dcc32f1b477144ddb4fc5b67d3c970f7e40
3
+ metadata.gz: 54e1d7d64b3cd4e49a44da3bd82c2343e6ddf37e
4
+ data.tar.gz: 4eb35c813798b52c3ceff925a41017a26c6fa45c
5
5
  SHA512:
6
- metadata.gz: 59a34671367e75a75f4a53843ba5a9c9a371bc9e9695f2952b808b0b7b0a4acb1e148feee4bc5c98088d1ba0304daf2041b27a461698ad3e383edec105c11ae8
7
- data.tar.gz: fdd85e3b9c7cd29cf52d1b1cfdb37a2a9d28c507889ab041a85f9ecb9f03ebf1642c4386fe8b362425c5c30eff83099f4955a2e5672f9ac53a43562389e66931
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
@@ -1,3 +1,3 @@
1
1
  module Ultron
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -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.github.io/ultron/'
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.0
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-06 00:00:00.000000000 Z
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.github.io/ultron/
297
+ homepage: http://sam.pikesley.org/projects/ultron/
298
298
  licenses:
299
299
  - MIT
300
300
  metadata: {}