nl_test_gem 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. data/bin/nl_test_gem +3 -0
  2. data/lib/nl_test_gem.rb +3 -1
  3. metadata +5 -2
data/bin/nl_test_gem ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env_ruby
2
+ puts "Hello Beautiful World!"
3
+ puts ARGV[0]
data/lib/nl_test_gem.rb CHANGED
@@ -1 +1,3 @@
1
- puts "Hello Beautiful World!"
1
+ #!/usr/bin/env_ruby
2
+ puts "Hello Beautiful World!"
3
+ puts ARGV[0]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nl_test_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,11 +13,14 @@ date: 2012-11-13 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A test gem to learn about gems
15
15
  email: lewis.nicole@gmail.com
16
- executables: []
16
+ executables:
17
+ - nl_test_gem
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files:
20
21
  - lib/nl_test_gem.rb
22
+ - !binary |-
23
+ YmluL25sX3Rlc3RfZ2Vt
21
24
  homepage: http://rubygems.org/gems/nl_test_gem
22
25
  licenses: []
23
26
  post_install_message: