hihi 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: 54b8e56c7e9e9f5a0940bcfbb3c9052fed2fd074
4
- data.tar.gz: d51c7057c6e6593e6e3c14173f4010a706a268d7
3
+ metadata.gz: cd38d644fcb557b8c405b2f4317146706fda4996
4
+ data.tar.gz: 73d3014b83f3fd6c3cca8f3b9f9b51f1e41b0ef4
5
5
  SHA512:
6
- metadata.gz: add0a04a854b203ae27e7dad8ecbc5396e9ced078d68ead327e507ebc5fce8b1c62706e9852cd6fbf9e45070368baf3b7f2c173217a222f8a1dfe8c0d2340f9e
7
- data.tar.gz: bba06796d973427f49411cbacef6ad4bd50257e51c2e35a3d2043be162acfad05870524259b937d645f028ee7a808f4645c8b82b8b047772048a869a32754554
6
+ metadata.gz: 24b80c98e72b6647bb612ede888b49f09561ba83f40b6356b0c3d8dc6a2afe6b78c7121b9a66caaf4cb9c1dabc11e3291c3cc0a0b8b1b07e022c390597b49982
7
+ data.tar.gz: 4266c1a71dcfaab9b6da34c561875353365fb82d52cd0cbfc465ba20e360c5fb57bddc9afce879adef1158b5bd906f354173d120a4387bf2f6e0899d64aa7cd4
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["reski.raptor@gmail.com"]
11
11
 
12
12
  spec.summary = "A hello world gem"
13
- spec.description = "A test to see if cloud9 will support making of gems"
13
+ spec.description = "A hello world gem, testing to see if cloud9 will support making of gems"
14
14
  spec.homepage = "https://github.com/Mirv/hihi"
15
15
  spec.license = "MIT"
16
16
 
@@ -2,8 +2,6 @@ require "hihi/version"
2
2
 
3
3
  class Hihi < Rails::Railtie
4
4
  def self.hi
5
- puts "Hi! Hi! world!"
5
+ puts "Hi! Hi! World!"
6
6
  end
7
7
  end
8
-
9
- # https://www.digitalocean.com/community/tutorials/how-to-package-and-distribute-ruby-applications-as-a-gem-using-rubygems
@@ -1,3 +1,3 @@
1
1
  module Hihi
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: hihi
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
  - mirv
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5.0'
55
- description: A test to see if cloud9 will support making of gems
55
+ description: A hello world gem, testing to see if cloud9 will support making of gems
56
56
  email:
57
57
  - reski.raptor@gmail.com
58
58
  executables: []