hello-world 0.1.0 → 1.0.0

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 (5) hide show
  1. data/Rakefile +2 -3
  2. data/VERSION +1 -1
  3. data/bin/hello-world +1 -0
  4. data/hello-world.gemspec +7 -7
  5. metadata +9 -17
data/Rakefile CHANGED
@@ -10,12 +10,11 @@ begin
10
10
  gem.email = "aji_okay@yahoo.co.id"
11
11
  gem.homepage = "http://github.com/kuntoaji/hello-world"
12
12
  gem.authors = ["kunto aji"]
13
- gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
14
- # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
13
+ gem.executables = ["hello-world"]
15
14
  end
16
15
  Jeweler::GemcutterTasks.new
17
16
  rescue LoadError
18
- puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
17
+ puts "hello-world is not available. Install it with: gem install hello-world"
19
18
  end
20
19
 
21
20
  require 'rake/testtask'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 1.0.0
data/bin/hello-world ADDED
@@ -0,0 +1 @@
1
+ puts "executable hello-world"
data/hello-world.gemspec CHANGED
@@ -5,13 +5,15 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{hello-world}
8
- s.version = "0.1.0"
8
+ s.version = "1.0.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["kunto aji"]
12
- s.date = %q{2010-01-01}
12
+ s.date = %q{2010-01-14}
13
+ s.default_executable = %q{hello-world}
13
14
  s.description = %q{longer description of your gem}
14
15
  s.email = %q{aji_okay@yahoo.co.id}
16
+ s.executables = ["hello-world"]
15
17
  s.extra_rdoc_files = [
16
18
  "LICENSE",
17
19
  "README.rdoc"
@@ -23,6 +25,7 @@ Gem::Specification.new do |s|
23
25
  "README.rdoc",
24
26
  "Rakefile",
25
27
  "VERSION",
28
+ "bin/hello-world",
26
29
  "hello-world.gemspec",
27
30
  "lib/hello-world.rb",
28
31
  "test/helper.rb",
@@ -34,8 +37,8 @@ Gem::Specification.new do |s|
34
37
  s.rubygems_version = %q{1.3.5}
35
38
  s.summary = %q{one-line summary of your gem}
36
39
  s.test_files = [
37
- "test/helper.rb",
38
- "test/test_hello-world.rb"
40
+ "test/test_hello-world.rb",
41
+ "test/helper.rb"
39
42
  ]
40
43
 
41
44
  if s.respond_to? :specification_version then
@@ -43,12 +46,9 @@ Gem::Specification.new do |s|
43
46
  s.specification_version = 3
44
47
 
45
48
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
46
- s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
47
49
  else
48
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
49
50
  end
50
51
  else
51
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
52
52
  end
53
53
  end
54
54
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hello-world
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - kunto aji
@@ -9,23 +9,14 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-01 00:00:00 +07:00
13
- default_executable:
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: thoughtbot-shoulda
17
- type: :development
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: "0"
24
- version:
12
+ date: 2010-01-14 00:00:00 +07:00
13
+ default_executable: hello-world
14
+ dependencies: []
15
+
25
16
  description: longer description of your gem
26
17
  email: aji_okay@yahoo.co.id
27
- executables: []
28
-
18
+ executables:
19
+ - hello-world
29
20
  extensions: []
30
21
 
31
22
  extra_rdoc_files:
@@ -38,6 +29,7 @@ files:
38
29
  - README.rdoc
39
30
  - Rakefile
40
31
  - VERSION
32
+ - bin/hello-world
41
33
  - hello-world.gemspec
42
34
  - lib/hello-world.rb
43
35
  - test/helper.rb
@@ -71,5 +63,5 @@ signing_key:
71
63
  specification_version: 3
72
64
  summary: one-line summary of your gem
73
65
  test_files:
74
- - test/helper.rb
75
66
  - test/test_hello-world.rb
67
+ - test/helper.rb