nr_test 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: a24b9537d0495708ebc1949b2ca30ed67acc09e9
4
- data.tar.gz: 1e3f4dd837a28787824ad1333578c12a8301383e
3
+ metadata.gz: eeaa8061e1bf8b0c9ee7b779c62b8ff4c88c6216
4
+ data.tar.gz: e1812aba427a9cf1ce55ca95c42373801b39ad47
5
5
  SHA512:
6
- metadata.gz: c8e3db8a146cb91120718e2b6641141603ca1ca3ac0b4240f128761ea2bf65ba0860cdb1eb013995e038be7f78025e51b0cfcb5fd71a744a83524c245f89c794
7
- data.tar.gz: b9291ca5457c4b2e52e7a68083fb2fafc4818685e63a2562fe0ba52cdc9d5193cfb93cd32a0435e15a60ee2d0c9be8ea90e964725282ab725d387bc5d693ddd2
6
+ metadata.gz: 6dbb4b60313688371800df7095585e8b463c11615471ee022886d2c709100c3495efee8fd29eb3f7149f1ece7a37572163cd5b7351db9b1e243311cbd8c33540
7
+ data.tar.gz: cfe180317c8a296587e262dc061b8323cb030d4bfce93f86eb14ccd53b8dc7404acc1406e9a0b4385a8c2fe85550932a1db1efc02c157dfa0a2a8450235adc0d
data/exe/hello CHANGED
@@ -1,3 +1,11 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  puts "Hello, World!"
4
+
5
+ nr_hello = File.join File.dirname(__FILE__), "..", "vendor", "nr_hello"
6
+
7
+ if File.exist? nr_hello
8
+ puts `#{nr_hello}`
9
+ else
10
+ puts "No nr_hello"
11
+ end
@@ -1,3 +1,3 @@
1
1
  module NrTest
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nr_test
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
  - Ryan Moore
@@ -57,7 +57,6 @@ email:
57
57
  - moorer@udel.edu
58
58
  executables:
59
59
  - hello
60
- - nr_hello
61
60
  extensions: []
62
61
  extra_rdoc_files: []
63
62
  files:
@@ -71,10 +70,10 @@ files:
71
70
  - bin/console
72
71
  - bin/setup
73
72
  - exe/hello
74
- - exe/nr_hello
75
73
  - lib/nr_test.rb
76
74
  - lib/nr_test/version.rb
77
75
  - nr_test.gemspec
76
+ - vendor/nr_hello
78
77
  homepage:
79
78
  licenses: []
80
79
  metadata: {}