imdb-scan 0.0.1 → 0.0.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.
- data/.gitignore +1 -1
- data/imdb-scan.gemspec +2 -2
- metadata +2 -2
data/.gitignore
CHANGED
data/imdb-scan.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{imdb-scan}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Marino Bonetti","Yalcin Acikyildiz"]
|
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
|
14
14
|
s.email = %q{marinobonetti@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = %w(LICENSE README.md)
|
|
16
16
|
s.files = %w(.gitignore LICENSE README.md Rakefile VERSION features/movie.feature features/person.feature features/search.feature features/step_definitions/movie_steps.rb features/step_definitions/person_steps.rb features/step_definitions/search_steps.rb lib/configuration.rb lib/imdb.rb lib/imdb/movie.rb lib/imdb/person.rb lib/imdb/search.rb lib/imdb/skeleton.rb lib/imdb/cast.rb imdb-scan.gemspec)
|
|
17
|
-
s.homepage = %q{
|
|
17
|
+
s.homepage = %q{https://github.com/oniram88/imdb-scan}
|
|
18
18
|
s.rdoc_options = %w(--charset=UTF-8)
|
|
19
19
|
s.require_paths = %w(lib)
|
|
20
20
|
s.rubygems_version = %q{1.3.6}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: imdb-scan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -119,7 +119,7 @@ files:
|
|
|
119
119
|
- lib/imdb/skeleton.rb
|
|
120
120
|
- lib/imdb/cast.rb
|
|
121
121
|
- imdb-scan.gemspec
|
|
122
|
-
homepage:
|
|
122
|
+
homepage: https://github.com/oniram88/imdb-scan
|
|
123
123
|
licenses: []
|
|
124
124
|
post_install_message:
|
|
125
125
|
rdoc_options:
|