marvel_api 0.1.1 → 0.1.2
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/VERSION +1 -1
- data/lib/{marvel.rb → marvel_api.rb} +0 -0
- data/marvel_api.gemspec +4 -4
- 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: 7c686aa94a9096cc47687af1ddddda036359671d
|
4
|
+
data.tar.gz: ee460b33b47415ac7549013e123adc3ce66260b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f3f881da1f54e4c48f2244161a58d3edc16c254abe2879f02e61136fe70c8f82fce7949ac25925478aefb15dace0d88982c16a4bb448148f208e0b73c8fa4b8
|
7
|
+
data.tar.gz: d06f17a73a61c6aca9b68949fad8403428b757c523af6e3d98a8d85f6c31d666a9160c21a16b3971323e2a5d3bc577fa072a61b4684827daf9fd586e91d1aa7e
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
File without changes
|
data/marvel_api.gemspec
CHANGED
@@ -2,15 +2,15 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: marvel_api 0.1.
|
5
|
+
# stub: marvel_api 0.1.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "marvel_api"
|
9
|
-
s.version = "0.1.
|
9
|
+
s.version = "0.1.2"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.authors = ["Rahul Hor\u{e9}"]
|
13
|
-
s.date = "2014-02-
|
13
|
+
s.date = "2014-02-14"
|
14
14
|
s.description = "Marvel_API is a Ruby gem that lets you explore the Marvel Universe like never before."
|
15
15
|
s.email = "hore.rahul@gmail.com"
|
16
16
|
s.extra_rdoc_files = [
|
@@ -25,11 +25,11 @@ Gem::Specification.new do |s|
|
|
25
25
|
"README.md",
|
26
26
|
"Rakefile",
|
27
27
|
"VERSION",
|
28
|
-
"lib/marvel.rb",
|
29
28
|
"lib/marvel/client.rb",
|
30
29
|
"lib/marvel/configuration.rb",
|
31
30
|
"lib/marvel/connection.rb",
|
32
31
|
"lib/marvel/request.rb",
|
32
|
+
"lib/marvel_api.rb",
|
33
33
|
"marvel_api.gemspec",
|
34
34
|
"spec/marvel_spec.rb",
|
35
35
|
"spec/spec_helper.rb"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: marvel_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rahul Horé
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-02-
|
11
|
+
date: 2014-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -138,11 +138,11 @@ files:
|
|
138
138
|
- README.md
|
139
139
|
- Rakefile
|
140
140
|
- VERSION
|
141
|
-
- lib/marvel.rb
|
142
141
|
- lib/marvel/client.rb
|
143
142
|
- lib/marvel/configuration.rb
|
144
143
|
- lib/marvel/connection.rb
|
145
144
|
- lib/marvel/request.rb
|
145
|
+
- lib/marvel_api.rb
|
146
146
|
- marvel_api.gemspec
|
147
147
|
- spec/marvel_spec.rb
|
148
148
|
- spec/spec_helper.rb
|