hello_planet 0.1.0 → 0.1.1

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: 7e6e863c6cd46a35eb8f68fb10a42676967bc693
4
- data.tar.gz: 2390b3cb835bd7c14e8e7da7ecdf0d3e93ffe71c
3
+ metadata.gz: f9af95a0dcdc88fe695c616d9ced3ee7608b3893
4
+ data.tar.gz: cd0168d0fcf9cb21a13a5828e8d4bfbf22db1be5
5
5
  SHA512:
6
- metadata.gz: 068340100b5123b8414b2a8d8e01b5c7d32d1e8a9301122a2782765ff00a16b15bb2434dceb7cb2e667f0e3ca4ff27d8dc194131c68df8044d929a6ad072282c
7
- data.tar.gz: d9c261ade41b003a7f0af810f2f94f6a3e6a6b1f01199f40f648cd205f6f7db642e17816f15c66add8f13690e681f73ba19cd3677f542e295314d0b01e7c3ef7
6
+ metadata.gz: 92e3a66efe8ad9210a77727bfaad16caea37a7ef12489931c609d3c1ff6f4faede75a39f12505ea81290a413c7ba05e238e99d14b6e9d30597971767cc876059
7
+ data.tar.gz: eb45c28d614bbff312b8bfc707203fc5429c3c65fc0e9a772d470ffca3544a09f73874d61795220f1278bec8574709c476ed89197d41adb773fcc6951bb81c3e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hello_planet (0.1.0)
4
+ hello_planet (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
22
22
 
23
23
  To run the example in **irb**, just follow the steps below:
24
24
  * Run _irb_
25
- * _require **'hello_planet'**
25
+ * _require_ **'hello_planet'**
26
26
  * _HelloPlanet.hi_
27
27
 
28
28
  ## Contributing
data/hello_planet.gemspec CHANGED
@@ -6,10 +6,12 @@ require 'hello_planet/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "hello_planet"
8
8
  spec.version = HelloPlanet::VERSION
9
+ spec.licenses = ['MIT']
9
10
  spec.authors = ["Is Ma"]
10
11
  spec.email = ["violinantiguo@gmail.com"]
11
12
 
12
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.}
13
15
  spec.homepage = "https://github.com/is-ma/hello_planet"
14
16
 
15
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.1.0"
2
+ VERSION = "0.1.1"
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Is Ma
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5.0'
55
- description:
55
+ description: I've followed an example instructions found in http://guides.rubygems.org/
56
+ to make my own gem.
56
57
  email:
57
58
  - violinantiguo@gmail.com
58
59
  executables: []
@@ -71,7 +72,8 @@ files:
71
72
  - lib/hello_planet.rb
72
73
  - lib/hello_planet/version.rb
73
74
  homepage: https://github.com/is-ma/hello_planet
74
- licenses: []
75
+ licenses:
76
+ - MIT
75
77
  metadata: {}
76
78
  post_install_message:
77
79
  rdoc_options: []