tinman 0.1.0 → 0.2.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.2.0
File without changes
data/tinman.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{tinman}
8
- s.version = "0.1.0"
8
+ s.version = "0.2.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["clooudhead codesponge"]
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
40
40
  "test/templates/layout.rhtml",
41
41
  "test/templates/repo.rhtml",
42
42
  "test/test_helper.rb",
43
- "test/tinman_test.rb",
43
+ "test/test_tinman.rb",
44
44
  "tinman.gemspec"
45
45
  ]
46
46
  s.homepage = %q{http://github.com/codesponge/tinman}
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
51
51
  s.test_files = [
52
52
  "test/autotest.rb",
53
53
  "test/test_helper.rb",
54
- "test/tinman_test.rb"
54
+ "test/test_tinman.rb"
55
55
  ]
56
56
 
57
57
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
7
+ - 2
8
8
  - 0
9
- version: 0.1.0
9
+ version: 0.2.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - clooudhead codesponge
@@ -98,7 +98,7 @@ files:
98
98
  - test/templates/layout.rhtml
99
99
  - test/templates/repo.rhtml
100
100
  - test/test_helper.rb
101
- - test/tinman_test.rb
101
+ - test/test_tinman.rb
102
102
  - tinman.gemspec
103
103
  has_rdoc: true
104
104
  homepage: http://github.com/codesponge/tinman
@@ -133,4 +133,4 @@ summary: toto with textile (via RedCloth)
133
133
  test_files:
134
134
  - test/autotest.rb
135
135
  - test/test_helper.rb
136
- - test/tinman_test.rb
136
+ - test/test_tinman.rb