chiver 0.3.4 → 0.3.5

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/chiver.gemspec +1 -1
  3. data/lib/chiver.rb +2 -2
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.4
1
+ 0.3.5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{chiver}
8
- s.version = "0.3.4"
8
+ s.version = "0.3.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ryo NAKAMURA"]
@@ -23,7 +23,7 @@ class Chiver < Sinatra::Base
23
23
  Hashie::Mash.new(
24
24
  "title" => "Chiver",
25
25
  "ext" => ".md",
26
- "date" => "%b, %d, %Y",
26
+ "date" => "%b, %d, %Y"
27
27
  ).merge(File.exist?(file) ? YAML::load_file(file) : {})
28
28
  end
29
29
 
@@ -55,7 +55,7 @@ class Chiver < Sinatra::Base
55
55
  next unless [y, m, d, name].all?
56
56
  Hashie::Mash.new(
57
57
  :date => Date.new(y.to_i, m.to_i, d.to_i),
58
- :name => name.split(".").first,
58
+ :name => name.split(".").first
59
59
  )
60
60
  }
61
61
  haml :index
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: chiver
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.4
5
+ version: 0.3.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ryo NAKAMURA
@@ -191,7 +191,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
191
191
  requirements:
192
192
  - - ">="
193
193
  - !ruby/object:Gem::Version
194
- hash: 4035095045971344302
194
+ hash: 1083594665629336543
195
195
  segments:
196
196
  - 0
197
197
  version: "0"