hemal 0.0.0 → 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/hemal +4 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51ff5250d33cdbd3d6327d52f23fd96088175d3f
4
- data.tar.gz: 9ef34945e91f39cdf71ac3dc9d395dc4c614947c
3
+ metadata.gz: dc6a1232edc92b15b78e730730f06e4073d9b0a8
4
+ data.tar.gz: d0e89466aa02e6d21a3d27b0573e9020f6fb3759
5
5
  SHA512:
6
- metadata.gz: 7c257ad975ae06f3292cfcbc33feb238f95d5c8f4722b711d3a956b81ab6e82a7314a59dbedd60d5d6ae81ebe2ef53c699bbdb79a97099d2170354d09621ecf1
7
- data.tar.gz: 08366787b284831f0b226da0b3553c2bf16858db807f93f6c57a9cedb26703701f6285961578bb278d04a82e3962115d31bbecd74063547aea9d4811dda41b57
6
+ metadata.gz: e4a86f74596e0f03f20b7c8604d980a6ea41330e2c920ffcd5153bb2a331ddd5ea62431c0dcadad4926542c4d59f60528dfe40680f135d97fafb83d53593b904
7
+ data.tar.gz: a2aa8fe878d9ea29e26d32049815401ae53086c442ec8a0b634c047802c8fe3b0f1a0a53167c373d9a553a4cc30d108bd0f3f9342fcb2a91e3f884657f3dc15c
data/bin/hemal ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'Hemal'
4
+ puts Hemal.hi
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hemal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hemal Shah
@@ -12,11 +12,13 @@ date: 2015-01-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: The friendliest gem out there
14
14
  email: me@hem.al
15
- executables: []
15
+ executables:
16
+ - hemal
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
19
20
  - lib/hemal.rb
21
+ - bin/hemal
20
22
  homepage: http://hem.al
21
23
  licenses:
22
24
  - MIT