wwj_hello_world 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d4b99fee9e44da5bc9d89c09e42d64d2dbeaf54
4
- data.tar.gz: 061c785a84d3ee4edbeb7f8554386a48c28ea900
3
+ metadata.gz: 15d2c5a3d050e88b030a70bbaa7e0f11f70e2ed1
4
+ data.tar.gz: 0092817a4540e7c8621361333f35f6d4579b9767
5
5
  SHA512:
6
- metadata.gz: 7d3e6c36fffd121f82a6924e79109347a0d8dee6cd8b1b376b1beabd8f7415433c067fd1d69a0187b0e55ba516f054760574c28a68b9a62ccb6578336c42b1f2
7
- data.tar.gz: 76711dcc2b4a2017a23b28618f1f266fcb80485da7d196b03c5ee65e84e3b791b807b5c8d2f1cbc6926bc8798a60a10d22e5972a532f08f5d0fa462a525d5530
6
+ metadata.gz: 36352d6c32a08eda5de898e6a3061a1a13fc011458238413eb8b7e66ecde6ac67201c6f3af5e6a09154ba2c411780dedf55d8ff7dc5f4c996b57ceba71de9225
7
+ data.tar.gz: aa68e88df29bf8ed243856e708ba4054107cd5b1aba5f5c32a9ea892f51be6d1f03d6bd4dd2e2b94ca4511435b5acdeaa2babc57fa30f412a0495239cdf969a9
data/README.md CHANGED
@@ -13,15 +13,12 @@ TODO: Description
13
13
  ## Examples
14
14
 
15
15
  require 'wwj_hello_world'
16
-
16
+ WwjHelloWorld.say_hello
17
17
  ## Requirements
18
18
 
19
19
  ## Install
20
20
 
21
21
  $ gem install wwj_hello_world
22
22
 
23
- ## Copyright
24
-
25
- Copyright (c) 2016 wwj
26
-
27
- See LICENSE.txt for details.
23
+ # project template tool
24
+ https://github.com/ruby-ore/ore
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'wwj_hello_world'
4
+ puts WwjHelloWorld.say_hello()
@@ -1,4 +1,4 @@
1
1
  module WwjHelloWorld
2
2
  # wwj_hello_world version
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
Binary file
@@ -25,7 +25,8 @@ Gem::Specification.new do |gem|
25
25
  end
26
26
  end
27
27
  end
28
- gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
28
+ #gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
29
+ gem.executables << 'wwj_hello_world'
29
30
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
30
31
  gem.require_paths = ['lib']
31
32
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wwj_hello_world
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - wwj
@@ -82,7 +82,8 @@ dependencies:
82
82
  version: '0.2'
83
83
  description: hello world
84
84
  email: wuwenjie718@gmail.com
85
- executables: []
85
+ executables:
86
+ - wwj_hello_world
86
87
  extensions: []
87
88
  extra_rdoc_files: []
88
89
  files:
@@ -95,10 +96,12 @@ files:
95
96
  - LICENSE.txt
96
97
  - README.md
97
98
  - Rakefile
99
+ - bin/wwj_hello_world
98
100
  - lib/wwj_hello_world.rb
99
101
  - lib/wwj_hello_world/version.rb
100
102
  - spec/spec_helper.rb
101
103
  - spec/wwj_hello_world_spec.rb
104
+ - wwj_hello_world-0.1.2.gem
102
105
  - wwj_hello_world.gemspec
103
106
  homepage: https://rubygems.org/gems/wwj_hello_world
104
107
  licenses: