teriyaki 0.0.1 → 0.0.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 +1 -1
- data/lib/teriyaki/steak.rb +1 -1
- data/teriyaki.gemspec +14 -16
- metadata +6 -7
- data/.gitignore +0 -21
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/lib/teriyaki/steak.rb
CHANGED
data/teriyaki.gemspec
CHANGED
|
@@ -1,42 +1,40 @@
|
|
|
1
1
|
# Generated by jeweler
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{teriyaki}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Akira Matsuda"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-11-18}
|
|
13
13
|
s.description = %q{You don't need to write paths.rb manually anymore!}
|
|
14
14
|
s.email = %q{ronnie@dio.jp}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
|
17
|
-
|
|
17
|
+
"README.rdoc"
|
|
18
18
|
]
|
|
19
19
|
s.files = [
|
|
20
20
|
".document",
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"teriyaki.gemspec"
|
|
21
|
+
"LICENSE",
|
|
22
|
+
"README.rdoc",
|
|
23
|
+
"Rakefile",
|
|
24
|
+
"VERSION",
|
|
25
|
+
"lib/teriyaki/steak.rb",
|
|
26
|
+
"spec/spec.opts",
|
|
27
|
+
"spec/spec_helper.rb",
|
|
28
|
+
"spec/teriyaki_spec.rb",
|
|
29
|
+
"teriyaki.gemspec"
|
|
31
30
|
]
|
|
32
31
|
s.homepage = %q{http://github.com/amatsuda/teriyaki}
|
|
33
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
|
34
32
|
s.require_paths = ["lib"]
|
|
35
33
|
s.rubygems_version = %q{1.3.7}
|
|
36
34
|
s.summary = %q{Automatically imports *_path definitions from config/routes.rb for acceptance testing}
|
|
37
35
|
s.test_files = [
|
|
38
36
|
"spec/spec_helper.rb",
|
|
39
|
-
|
|
37
|
+
"spec/teriyaki_spec.rb"
|
|
40
38
|
]
|
|
41
39
|
|
|
42
40
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: teriyaki
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Akira Matsuda
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-
|
|
18
|
+
date: 2010-11-18 00:00:00 +09:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -45,7 +45,6 @@ extra_rdoc_files:
|
|
|
45
45
|
- README.rdoc
|
|
46
46
|
files:
|
|
47
47
|
- .document
|
|
48
|
-
- .gitignore
|
|
49
48
|
- LICENSE
|
|
50
49
|
- README.rdoc
|
|
51
50
|
- Rakefile
|
|
@@ -60,8 +59,8 @@ homepage: http://github.com/amatsuda/teriyaki
|
|
|
60
59
|
licenses: []
|
|
61
60
|
|
|
62
61
|
post_install_message:
|
|
63
|
-
rdoc_options:
|
|
64
|
-
|
|
62
|
+
rdoc_options: []
|
|
63
|
+
|
|
65
64
|
require_paths:
|
|
66
65
|
- lib
|
|
67
66
|
required_ruby_version: !ruby/object:Gem::Requirement
|