yhara-ruby-station 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 CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
data/ruby-station.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ruby-station}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Yutaka HARA"]
@@ -11,7 +11,6 @@ Gem::Specification.new do |s|
11
11
  s.description = %q{Create, Distribute, and Install Ruby applications easily}
12
12
  s.email = %q{yutaka.hara/at/gmail.com}
13
13
  s.executables = ["ruby-station"]
14
-
15
14
  s.files = [
16
15
  "Rakefile",
17
16
  "VERSION",
data/sample.config.yaml CHANGED
@@ -4,4 +4,4 @@
4
4
  :gem_bin_dir: "./gem_bin"
5
5
  :gem_install_option: "--no-rdoc --no-ri"
6
6
  :data_dir: "./data"
7
- :server_port:
7
+ :server_port: 2534
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yhara-ruby-station
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yutaka HARA