soxer 0.9.11 → 0.9.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGES +4 -0
  2. data/lib/soxer/main.rb +1 -1
  3. data/soxer.gemspec +1 -1
  4. metadata +2 -2
data/CHANGES CHANGED
@@ -1,3 +1,7 @@
1
+ = 0.9.12 / 2011-04-30
2
+
3
+ * Fixed a slipped variable name, that disabled UUID generation.
4
+
1
5
  = 0.9.11 / 2011-04-30
2
6
 
3
7
  * Fixed relative paths in config.ru for app requirement.
data/lib/soxer/main.rb CHANGED
@@ -59,7 +59,7 @@ module Sinatra
59
59
  # A private method, that generates and adds a Universally Unique
60
60
  # Identifier field to the data structure.
61
61
  def add_id
62
- mtime = File.mtime( @filename )
62
+ mtime = File.mtime( @f )
63
63
  File.open( @f, 'r+' ) do |f|
64
64
  out = "uuid: #{UUID.new.generate}\n"
65
65
  out << f.read; f.pos = 0
data/soxer.gemspec CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.7'
5
5
 
6
6
  s.name = 'soxer'
7
- s.version = '0.9.11'
7
+ s.version = '0.9.12'
8
8
  s.date = '2011-04-30'
9
9
  s.rubyforge_project = 'soxer'
10
10
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 11
9
- version: 0.9.11
8
+ - 12
9
+ version: 0.9.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - Toni Anzlovar