enabled 0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/enabled.gemspec +6 -3
- metadata +7 -6
data/enabled.gemspec
CHANGED
@@ -3,11 +3,14 @@ Gem::Specification.new do |spec|
|
|
3
3
|
spec.files = %w[
|
4
4
|
Rakefile enabled.gemspec
|
5
5
|
]
|
6
|
-
spec.version = '0.1'
|
7
|
-
spec.summary =
|
6
|
+
spec.version = '0.1.1'
|
7
|
+
spec.summary = 'This is a placeholder for "ruby --gem=enabled".'
|
8
|
+
spec.description = <<-EOS
|
8
9
|
This is a placeholder for "ruby --gem=enabled". This gem provides nothing.
|
10
|
+
|
11
|
+
You do not need to install this gem.
|
9
12
|
EOS
|
10
|
-
spec.required_ruby_version = '>= 1.9.
|
13
|
+
spec.required_ruby_version = '>= 1.9.1'
|
11
14
|
spec.author = 'Yuki Sonoda (Yugui)'
|
12
15
|
spec.email = 'yugui@yugui.jp'
|
13
16
|
spec.homepage = 'http://github.com/yugui/enabled'
|
metadata
CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
|
8
|
+
- 1
|
9
|
+
version: 0.1.1
|
9
10
|
platform: ruby
|
10
11
|
authors:
|
11
12
|
- Yuki Sonoda (Yugui)
|
@@ -13,11 +14,11 @@ autorequire:
|
|
13
14
|
bindir: bin
|
14
15
|
cert_chain: []
|
15
16
|
|
16
|
-
date: 2011-02-
|
17
|
+
date: 2011-02-12 00:00:00 +09:00
|
17
18
|
default_executable:
|
18
19
|
dependencies: []
|
19
20
|
|
20
|
-
description:
|
21
|
+
description: " This is a placeholder for \"ruby --gem=enabled\". This gem provides nothing.\n\n You do not need to install this gem.\n"
|
21
22
|
email: yugui@yugui.jp
|
22
23
|
executables: []
|
23
24
|
|
@@ -46,8 +47,8 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
47
|
segments:
|
47
48
|
- 1
|
48
49
|
- 9
|
49
|
-
-
|
50
|
-
version: 1.9.
|
50
|
+
- 1
|
51
|
+
version: 1.9.1
|
51
52
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
52
53
|
none: false
|
53
54
|
requirements:
|
@@ -62,6 +63,6 @@ rubyforge_project:
|
|
62
63
|
rubygems_version: 1.3.7
|
63
64
|
signing_key:
|
64
65
|
specification_version: 3
|
65
|
-
summary: This is a placeholder for "ruby --gem=enabled".
|
66
|
+
summary: This is a placeholder for "ruby --gem=enabled".
|
66
67
|
test_files: []
|
67
68
|
|