hola_kyunam 0.1.1 → 0.1.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: d56fba103db68ef5b01d5da8b87428c89175262b
4
- data.tar.gz: 41fa9b12ce2480c5dedb83bc1becb85948d93aac
3
+ metadata.gz: 7db9a5e13212aaea3705b17aba8081f25aa613dd
4
+ data.tar.gz: e23feaedb0c0ba080066e6a35c28e8dcda3729ec
5
5
  SHA512:
6
- metadata.gz: f7826ccf591ac57036941826c93d9b1e43db8160e37dbe4cb13aa0a610b9d253f63a4a74f739010524ec5cbb74c2c825e4bcfcd10454f8141fa368bb8a66672d
7
- data.tar.gz: 51c2eed8f1bd9156d0f760d48bb741b4844c435e4c63514ca6f989ed2b426ce8f92414ec34a0e82e7b918382dd0262ad48e1933897aee4f5d53133d318f3b850
6
+ metadata.gz: 3b7d39f9108ecb1a34d119a068514a3271f2b394a518a552c01ab3b6a9779d9f16999a406ef2de2de0e95f0c555d15d66c64cfe4e52fc36f92d30d6cddd4bbbe
7
+ data.tar.gz: 1573d91b4cb1196f15b22fa52a84c2b4cf87ca2916c4ab7d2d9065b99e4c52034a1a9b5f88a27f617cd43572ef67744001c9edfbf215a27fcb723e403d71182a
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env jruby
2
+
3
+ require 'hola_kyunam'
4
+ puts HolaKyunam.hi(ARGV[0])
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
18
  spec.files += Dir['lib/**/*']
19
+ spec.files += Dir['bin/**/*']
19
20
  spec.bindir = "exe"
20
21
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
22
  spec.require_paths = ["lib"]
@@ -1,3 +1,3 @@
1
1
  module HolaKyunam
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hola_kyunam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub
@@ -53,6 +53,7 @@ files:
53
53
  - README.md
54
54
  - Rakefile
55
55
  - bin/console
56
+ - bin/hola_kyunam
56
57
  - bin/setup
57
58
  - hola_kyunam.gemspec
58
59
  - lib/hola_kyunam.rb