imdb_celebrity 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/imdb_celebrity.gemspec +3 -3
- metadata +5 -5
data/imdb_celebrity.gemspec
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{imdb_celebrity}
|
3
|
-
s.version = "0.0.
|
3
|
+
s.version = "0.0.2"
|
4
4
|
s.date = %q{2010-10-04}
|
5
5
|
s.authors = ["Sandeep Kumar"]
|
6
6
|
s.email = %q{sandeep@sapnasolutions.com}
|
7
|
-
s.summary = %q{Imdb_celebrity is a ruby-gem which is used to
|
7
|
+
s.summary = %q{Imdb_celebrity is a ruby-gem which is used to scrape celebrity pages from imdb.com}
|
8
8
|
s.homepage = %q{http://github.com/sandeepkrao/imdb_celebrity}
|
9
|
-
s.description = %q{Imdb_celebrity is a ruby-gem which is used to
|
9
|
+
s.description = %q{Imdb_celebrity is a ruby-gem which is used to scrape celebrity pages from imdb.com}
|
10
10
|
s.files = Dir["**/*"]
|
11
11
|
s.test_files = Dir["spec/**"]
|
12
12
|
s.executables = ["imdb_celebrity"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: imdb_celebrity
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sandeep Kumar
|
@@ -46,7 +46,7 @@ dependencies:
|
|
46
46
|
version: "0"
|
47
47
|
type: :runtime
|
48
48
|
version_requirements: *id002
|
49
|
-
description: Imdb_celebrity is a ruby-gem which is used to
|
49
|
+
description: Imdb_celebrity is a ruby-gem which is used to scrape celebrity pages from imdb.com
|
50
50
|
email: sandeep@sapnasolutions.com
|
51
51
|
executables:
|
52
52
|
- imdb_celebrity
|
@@ -121,7 +121,7 @@ rubyforge_project:
|
|
121
121
|
rubygems_version: 1.3.7
|
122
122
|
signing_key:
|
123
123
|
specification_version: 3
|
124
|
-
summary: Imdb_celebrity is a ruby-gem which is used to
|
124
|
+
summary: Imdb_celebrity is a ruby-gem which is used to scrape celebrity pages from imdb.com
|
125
125
|
test_files:
|
126
126
|
- spec/imdb_celebrity_cli_spec.rb
|
127
127
|
- spec/imdb_celebrity_spec.rb
|