helloworld_adavis 0.0.1 → 0.0.2

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: f5d36cd22adf573184bdf21910a2f84f0b141ec4
4
- data.tar.gz: 24cd273326268504111784b5cd7875b371782bcf
3
+ metadata.gz: 0cf81558ad9777d3722f477f322decb5179f484c
4
+ data.tar.gz: ba7d2e7a5701c573667e6deb831f3da8683ef16e
5
5
  SHA512:
6
- metadata.gz: 01049bd78fcad4a20dad00d434f405b0951f504ca51e9f669c86f89920af5c142fd4cc8d86406bccc828e0bca08cd7aff76676e4e47d5a34eb1195f5a31d24bf
7
- data.tar.gz: 1c46cc285efc273e2d84f40796d096325684892a5cf2dd3307281588828447e53dcd66f9c1876b23e6b749b53752e3d95c3a680377e8e5802a9e11157f8f78ac
6
+ metadata.gz: 4c4bc8053e691e8bfded8e5d1c6d981b677a3df6d3e3b3777bcfec4df04eac37949200e04b3aeba95164f74d6c6afc22d39934ad8805ceabe30223fd9fe74c19
7
+ data.tar.gz: f6732621a6162d12100fbb787f5e70e5aaa3b2e8c82bf902c785a8fc878676ec7f4f4c66e87f22356c986d2fe017ca9a08843ad4612219607aa80be42cd52e41
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # HelloworldAdavis
2
2
 
3
- TODO: Write a gem description
3
+ The classic way to begin learning a topic. This time it's a HelloWorld gem.
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,7 +18,7 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ Best way to use it? Review the code and build one of your own... it's a great way to learn what a gem is made of.
22
22
 
23
23
  ## Contributing
24
24
 
@@ -1,5 +1,6 @@
1
1
  require "helloworld_adavis/version"
2
2
 
3
+
3
4
  module HelloworldAdavis
4
5
  def self.Hello
5
6
  puts "Hello World!"
@@ -1,3 +1,3 @@
1
1
  module HelloworldAdavis
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helloworld_adavis
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
  - Austin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-28 00:00:00.000000000 Z
11
+ date: 2014-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler