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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b054231edc23422b951341a6f9c0bab18d9071a6
4
- data.tar.gz: 295bfd3aa2b6d23bb2b37fa3698fd68399a3aadc
3
+ metadata.gz: 7c686aa94a9096cc47687af1ddddda036359671d
4
+ data.tar.gz: ee460b33b47415ac7549013e123adc3ce66260b0
5
5
  SHA512:
6
- metadata.gz: 5bf6f671c3c305fdd9dfba0152604d06fce6f798f0b1cca059b75b5eaff690d124f42d6c087237b42e418d15d10e2b40a53c65027051969704da1b6074ea1530
7
- data.tar.gz: 9a2a9c6cb44835ddd3987c511144d0733a00fe96c8c2159b7e6cf318d8134ec871ea1ae1cc8d69bb604d9b8c218bab9cd4072e7a1a05ab277c0ba7c443c66a4e
6
+ metadata.gz: 3f3f881da1f54e4c48f2244161a58d3edc16c254abe2879f02e61136fe70c8f82fce7949ac25925478aefb15dace0d88982c16a4bb448148f208e0b73c8fa4b8
7
+ data.tar.gz: d06f17a73a61c6aca9b68949fad8403428b757c523af6e3d98a8d85f6c31d666a9160c21a16b3971323e2a5d3bc577fa072a61b4684827daf9fd586e91d1aa7e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
File without changes
@@ -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.1 ruby lib
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.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"
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.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-13 00:00:00.000000000 Z
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