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.
Files changed (3) hide show
  1. data/.gitignore +1 -1
  2. data/imdb-scan.gemspec +2 -2
  3. metadata +2 -2
data/.gitignore CHANGED
@@ -1,6 +1,6 @@
1
1
  .bundle
2
2
  pkg
3
- ruby-imdb*.gem
3
+ imdb-scan-*.gem
4
4
  .idea
5
5
  .yardoc
6
6
  doc
@@ -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.1"
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{http://github.com/yalcin/ruby-imdb}
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.1
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: http://github.com/yalcin/ruby-imdb
122
+ homepage: https://github.com/oniram88/imdb-scan
123
123
  licenses: []
124
124
  post_install_message:
125
125
  rdoc_options: