michelle 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/michelle/version.rb +1 -1
- data/michelle.gemspec +2 -2
- metadata +6 -6
data/lib/michelle/version.rb
CHANGED
data/michelle.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.authors = ["erinata"]
|
9
9
|
s.email = ["erinata@gmail.com"]
|
10
10
|
s.homepage = ""
|
11
|
-
s.summary = %q{This is gem for the windows application "michelle".}
|
12
|
-
s.description = %q{This is
|
11
|
+
s.summary = %q{This is a gem built for the windows application "michelle".}
|
12
|
+
s.description = %q{DO NOT INSTALL THIS GEM. This gem is built for the windows application "michelle". This gem is not supposed to be installed into any ruby other than the one shipped with the Windows application "michelle".}
|
13
13
|
|
14
14
|
s.rubyforge_project = "michelle"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: michelle
|
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:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-03-
|
12
|
+
date: 2012-03-12 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description:
|
15
|
-
to be installed
|
16
|
-
"michelle".
|
14
|
+
description: DO NOT INSTALL THIS GEM. This gem is built for the windows application
|
15
|
+
"michelle". This gem is not supposed to be installed into any ruby other than the
|
16
|
+
one shipped with the Windows application "michelle".
|
17
17
|
email:
|
18
18
|
- erinata@gmail.com
|
19
19
|
executables: []
|
@@ -56,5 +56,5 @@ rubyforge_project: michelle
|
|
56
56
|
rubygems_version: 1.8.17
|
57
57
|
signing_key:
|
58
58
|
specification_version: 3
|
59
|
-
summary: This is gem for the windows application "michelle".
|
59
|
+
summary: This is a gem built for the windows application "michelle".
|
60
60
|
test_files: []
|