hey_there 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5bc82a89dbbe50068c18ec37b483be92dbe79b71
4
- data.tar.gz: 571c50b3ec618bd1695dbca3fa68f1db3c12a043
3
+ metadata.gz: d1abc1009d6a146757dab6a72572c4d807720c4b
4
+ data.tar.gz: ea35c8bdd791f7abcb8fa8e8212d915fe65cad7f
5
5
  SHA512:
6
- metadata.gz: 635032551faa8fb884ab62231daa3854b5bfd3f026e48daf8e58fd72c27f8692b47b8f6e86c0d2a67ee832a076328076ebe808c675a4bbde7ec0c09f90d2dcf2
7
- data.tar.gz: 39dfb24aa85d971da2b13ada13737369f08951127a13f80d62f7873f49d4b166e34aec888b446a2011db4831c5ef83794234bbd58821b28d337b78f650f322ce
6
+ metadata.gz: 5d5234389efbc0b7f84f48bdecdda0bfd3a17be0cfd13d793f75cc531fffd9ce16e92ad2df6a697ad2218c2ee996df5b5cbac9c840ba835e98857f75cec58935
7
+ data.tar.gz: 49e85829fef0b7882a64fe62c1a56422ac95cc8d3947e930c30db998fa7c5008272af8c2246b2b911b9c2c807ca748ecae681c816947ec7e916d55e2115390c1
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["walshification@gmail.com"]
11
11
  spec.summary = %q{Type `hey_there` to get a friendly hello from a stick person.}
12
12
  spec.description = %q{Type `hey_there` to get a friendly hello from a stick person.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/walshification/hey_there"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module HeyThere
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hey_there
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - walshification
@@ -55,7 +55,7 @@ files:
55
55
  - hey_there.gemspec
56
56
  - lib/hey_there.rb
57
57
  - lib/hey_there/version.rb
58
- homepage: ''
58
+ homepage: https://github.com/walshification/hey_there
59
59
  licenses:
60
60
  - MIT
61
61
  metadata: {}