railroady 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/tasks/railroady.rake +1 -1
  3. metadata +4 -4
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 0
4
- :patch: 3
4
+ :patch: 4
5
5
  :build:
data/tasks/railroady.rake CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  # Returns an absolute path for the following file.
11
11
  def format
12
- @@DIAGRAM_FORMAT ||= 'SVG'
12
+ @@DIAGRAM_FORMAT ||= 'svg'
13
13
  end
14
14
 
15
15
  def full_path(name = 'test.txt')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railroady
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Preston Lee
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-12-28 00:00:00 +05:30
21
+ date: 2011-12-30 00:00:00 +05:30
22
22
  default_executable: railroady
23
23
  dependencies: []
24
24