tigerpants 0.1.0 → 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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.2
data/lib/tigerpants.rb CHANGED
@@ -0,0 +1,5 @@
1
+ module Tigerpants
2
+ def self.say_hello
3
+ puts 'hello, tiger'
4
+ end
5
+ end
data/spec/thing.rb ADDED
File without changes
data/tigerpants.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{tigerpants}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Chris Lerum"]
@@ -24,6 +24,7 @@ Gem::Specification.new do |s|
24
24
  "Rakefile",
25
25
  "VERSION",
26
26
  "lib/tigerpants.rb",
27
+ "spec/thing.rb",
27
28
  "test/helper.rb",
28
29
  "test/test_tigerpants.rb",
29
30
  "tigerpants.gemspec"
@@ -34,7 +35,8 @@ Gem::Specification.new do |s|
34
35
  s.rubygems_version = %q{1.3.6}
35
36
  s.summary = %q{undecided}
36
37
  s.test_files = [
37
- "test/helper.rb",
38
+ "spec/thing.rb",
39
+ "test/helper.rb",
38
40
  "test/test_tigerpants.rb"
39
41
  ]
40
42
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Chris Lerum
@@ -46,6 +46,7 @@ files:
46
46
  - Rakefile
47
47
  - VERSION
48
48
  - lib/tigerpants.rb
49
+ - spec/thing.rb
49
50
  - test/helper.rb
50
51
  - test/test_tigerpants.rb
51
52
  - tigerpants.gemspec
@@ -80,5 +81,6 @@ signing_key:
80
81
  specification_version: 3
81
82
  summary: undecided
82
83
  test_files:
84
+ - spec/thing.rb
83
85
  - test/helper.rb
84
86
  - test/test_tigerpants.rb