hello_planet 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/hello_planet.gemspec +1 -1
- data/lib/hello_planet/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8566f6bb65c9ec630d8c248c10ba22bfd7e4d60
|
4
|
+
data.tar.gz: 27628002cf6ba48c02a8c5c8c474deb58027e76d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abfc9c1c7e153cd6fc1165aac7934851e1ebf4f515efd0ea8dd19ff809cc35dcb9aa0a455af143edfce536c2c111017b42917cba7f64e0f89cdbdaf2396a33ea
|
7
|
+
data.tar.gz: ffd8ddf3502eb7c4ab1072284bcec891a13f9c3a35bd403225619358d9e55781421f96d7e226f1bc12bb57dd322a8c0f6d04edefc0147ab9a54648202891fdfa
|
data/Gemfile.lock
CHANGED
data/hello_planet.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.email = 'violinantiguo@gmail.com'
|
12
12
|
|
13
13
|
spec.summary = %q{This is an example gem, just to say "hello".}
|
14
|
-
spec.description = %q{I've followed an example instructions found in http://guides.rubygems.org/ to make my own gem.}
|
14
|
+
spec.description = %q{I've followed an example instructions found in http://guides.rubygems.org/ to make my own gem. But then I've added a customized terminal-friendly command named 'hi', so you can interact with this gem from the terminal. It's very simple, but it's the ground for other terminal-friendly gems that could do some useful work.}
|
15
15
|
spec.homepage = 'https://github.com/is-ma/hello_planet'
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/hello_planet/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hello_planet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Is Ma
|
@@ -53,7 +53,9 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '5.0'
|
55
55
|
description: I've followed an example instructions found in http://guides.rubygems.org/
|
56
|
-
to make my own gem.
|
56
|
+
to make my own gem. But then I've added a customized terminal-friendly command named
|
57
|
+
'hi', so you can interact with this gem from the terminal. It's very simple, but
|
58
|
+
it's the ground for other terminal-friendly gems that could do some useful work.
|
57
59
|
email: violinantiguo@gmail.com
|
58
60
|
executables:
|
59
61
|
- hi
|