stricter_global_usage 1.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.license = "MIT"
|
11
11
|
gem.authors = ["Mark Rushakoff"]
|
12
12
|
gem.email = "mark.rushakoff@gmail.com"
|
13
|
-
gem.homepage = "https://github.com/mark-rushakoff/
|
13
|
+
gem.homepage = "https://github.com/mark-rushakoff/StricterGlobalUsage/#readme"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stricter_global_usage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -55,7 +55,7 @@ files:
|
|
55
55
|
- spec/strategy_spec.rb
|
56
56
|
- spec/stricter_global_usage_spec.rb
|
57
57
|
- stricter_global_usage.gemspec
|
58
|
-
homepage: https://github.com/mark-rushakoff/
|
58
|
+
homepage: https://github.com/mark-rushakoff/StricterGlobalUsage/#readme
|
59
59
|
licenses:
|
60
60
|
- MIT
|
61
61
|
post_install_message:
|
@@ -70,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
70
70
|
version: '0'
|
71
71
|
segments:
|
72
72
|
- 0
|
73
|
-
hash:
|
73
|
+
hash: 155278643
|
74
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
75
|
none: false
|
76
76
|
requirements:
|
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
version: '0'
|
80
80
|
segments:
|
81
81
|
- 0
|
82
|
-
hash:
|
82
|
+
hash: 155278643
|
83
83
|
requirements: []
|
84
84
|
rubyforge_project:
|
85
85
|
rubygems_version: 1.8.23
|