cricinfo 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/cricinfo.gemspec +1 -1
  3. data/lib/cricinfo.rb +1 -1
  4. metadata +1 -2
@@ -1,3 +1,7 @@
1
+ === 0.0.6 2012-07-19
2
+
3
+ * fixed gemspec
4
+
1
5
  === 0.0.5 2012-07-19
2
6
 
3
7
  * random hack to make it work with the current html on the site. need to test again when there is more than one match in progress
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.files = `git ls-files | grep -v pkg`.split("\n")
17
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
18
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
- s.require_paths = ["lib", "app"]
19
+ s.require_paths = ["lib"]
20
20
 
21
21
  # Gem dependencies
22
22
  #s.add_dependency("json_pure", "~> 1.7")
@@ -8,7 +8,7 @@ require 'cricinfo/game'
8
8
  require 'cricinfo/scores'
9
9
 
10
10
  module CricInfo
11
- VERSION = '0.0.5'
11
+ VERSION = '0.0.6'
12
12
  end
13
13
 
14
14
  # array monkey patch
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cricinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -53,7 +53,6 @@ post_install_message:
53
53
  rdoc_options: []
54
54
  require_paths:
55
55
  - lib
56
- - app
57
56
  required_ruby_version: !ruby/object:Gem::Requirement
58
57
  none: false
59
58
  requirements: