ruby-station 0.1.4.rc3 → 0.1.4
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/.gitignore +0 -0
- data/ruby-station.gemspec +2 -1
- metadata +2 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.4
|
|
1
|
+
0.1.4
|
data/lib/.gitignore
ADDED
|
File without changes
|
data/ruby-station.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ruby-station}
|
|
8
|
-
s.version = "0.1.4
|
|
8
|
+
s.version = "0.1.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Yutaka HARA"]
|
|
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
|
|
|
25
25
|
"controller/init.rb",
|
|
26
26
|
"controller/main.rb",
|
|
27
27
|
"layout/default.xhtml",
|
|
28
|
+
"lib/.gitignore",
|
|
28
29
|
"model/application.rb",
|
|
29
30
|
"model/init.rb",
|
|
30
31
|
"public/css/ramaze_error.css",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-station
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.4
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yutaka HARA
|
|
@@ -111,6 +111,7 @@ files:
|
|
|
111
111
|
- controller/init.rb
|
|
112
112
|
- controller/main.rb
|
|
113
113
|
- layout/default.xhtml
|
|
114
|
+
- lib/.gitignore
|
|
114
115
|
- model/application.rb
|
|
115
116
|
- model/init.rb
|
|
116
117
|
- public/css/ramaze_error.css
|