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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4e7e43b34e7ed7fb98b8def8136ae9f62800d36
4
- data.tar.gz: ced255bfac24a090167f1c77e3217f790ceab865
3
+ metadata.gz: d8566f6bb65c9ec630d8c248c10ba22bfd7e4d60
4
+ data.tar.gz: 27628002cf6ba48c02a8c5c8c474deb58027e76d
5
5
  SHA512:
6
- metadata.gz: bebe9da30d21dbbc643046bfb7b737b374fb6108f876019892f26f36c7a406de450ebd25cd11d5f7154d01fb6039789b3509e44d9d0bd04bd3d263d73002f99c
7
- data.tar.gz: 96d56b45a530349e0f0796b3d7a5eb3eae1ea0f08398231c0b2bdd488004932a3ea99600b67da1d905fdfef3f1d17f2d6e6636744ac8ac2bca332c30e161a628
6
+ metadata.gz: abfc9c1c7e153cd6fc1165aac7934851e1ebf4f515efd0ea8dd19ff809cc35dcb9aa0a455af143edfce536c2c111017b42917cba7f64e0f89cdbdaf2396a33ea
7
+ data.tar.gz: ffd8ddf3502eb7c4ab1072284bcec891a13f9c3a35bd403225619358d9e55781421f96d7e226f1bc12bb57dd322a8c0f6d04edefc0147ab9a54648202891fdfa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hello_planet (0.3.2)
4
+ hello_planet (0.3.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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)/}) }
@@ -1,3 +1,3 @@
1
1
  module HelloPlanet
2
- VERSION = '0.3.2'
2
+ VERSION = '0.3.3'
3
3
  end
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.2
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