cricinfo 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/cricinfo.gemspec +1 -1
- data/lib/cricinfo.rb +1 -1
- metadata +1 -2
data/History.txt
CHANGED
data/cricinfo.gemspec
CHANGED
@@ -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"
|
19
|
+
s.require_paths = ["lib"]
|
20
20
|
|
21
21
|
# Gem dependencies
|
22
22
|
#s.add_dependency("json_pure", "~> 1.7")
|
data/lib/cricinfo.rb
CHANGED
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.
|
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:
|