mmc 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/README.md +14 -0
  2. data/mmc.gemspec +2 -2
  3. metadata +3 -2
data/README.md ADDED
@@ -0,0 +1,14 @@
1
+ What it is
2
+ ==========
3
+
4
+ Meta-metacritic is a simple program that calculates a "meta-metascore" for a given movie by average that movie's rating on metacritic, rotten tomatoes, and imdb.
5
+
6
+ It also lets you select critics for exclusion from the total score. Always disagree with Roger Ebert? Exclude his rating from the meta metascore.
7
+
8
+ How to install
9
+ ==============
10
+
11
+ $gem install mmc
12
+
13
+ $mmc
14
+
data/mmc.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'mmc'
3
- s.version = '0.0.1'
3
+ s.version = '0.0.2'
4
4
  s.date = '2011-10-22'
5
5
  s.summary = "Meta metacritic"
6
6
  s.description = "Calculates a 'meta metascore' for a given movie by averaging its scores from rotten tomatoes, metacritic, and imdb."
@@ -9,5 +9,5 @@ Gem::Specification.new do |s|
9
9
  s.files = `git ls-files`.split("\n")
10
10
  s.executables = ['mmc']
11
11
  s.homepage =
12
- 'http://rubygems.org/gems/mmc'
12
+ 'https://github.com/jyli7/Meta-metacritic'
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mmc
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:
@@ -21,10 +21,11 @@ extra_rdoc_files: []
21
21
  files:
22
22
  - .gitignore
23
23
  - Gemfile
24
+ - README.md
24
25
  - bin/mmc
25
26
  - lib/mmc.rb
26
27
  - mmc.gemspec
27
- homepage: http://rubygems.org/gems/mmc
28
+ homepage: https://github.com/jyli7/Meta-metacritic
28
29
  licenses: []
29
30
  post_install_message:
30
31
  rdoc_options: []