murlsh 1.9.2 → 1.9.3

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/ChangeLog +9 -2
  2. data/Rakefile +1 -1
  3. data/lib/murlsh/version.rb +1 -1
  4. metadata +3 -3
data/ChangeLog CHANGED
@@ -1,7 +1,14 @@
1
+ 1.9.3
2
+ 2011-10-02
3
+
4
+ Fix syntax error.
5
+
6
+ Fix 1.9.2 date in ChangeLog.
7
+
1
8
  1.9.2
2
- 2001-10-02
9
+ 2011-10-02
3
10
 
4
- Update for Heroku Cedar stack. User DATABASE_URL environment variable.
11
+ Update for Heroku Cedar stack. Use DATABASE_URL environment variable.
5
12
 
6
13
  1.9.1
7
14
  2011-10-02
data/Rakefile CHANGED
@@ -32,7 +32,7 @@ if ENV['DATABASE_URL']
32
32
  :username => db_parsed.user,
33
33
  :password => db_parsed.password,
34
34
  :database => db_parsed.path[1..-1],
35
- )
35
+ }
36
36
  end
37
37
 
38
38
  heroku_info = {}
@@ -1,3 +1,3 @@
1
1
  module Murlsh
2
- VERSION = '1.9.2'
2
+ VERSION = '1.9.3'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: murlsh
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 9
9
- - 2
10
- version: 1.9.2
9
+ - 3
10
+ version: 1.9.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matthew M. Boedicker