railroady 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/test/spec_helper.rb CHANGED
@@ -2,4 +2,4 @@ require 'minitest/autorun'
2
2
  require 'minitest/pride'
3
3
  require 'minitest/spec'
4
4
  require 'active_support/core_ext/string'
5
- require File.expand_path('../../lib/railroady.rb', __FILE__)
5
+ require File.expand_path('../../lib/railroady.rb', __FILE__)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railroady
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Preston Lee
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2014-12-30 00:00:00.000000000 Z
14
+ date: 2015-07-20 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  requirements: []
143
143
  rubyforge_project:
144
- rubygems_version: 2.4.5
144
+ rubygems_version: 2.4.6
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: Ruby on Rails 3/4 model and controller UML class diagram generator.
@@ -163,3 +163,4 @@ test_files:
163
163
  - test/lib/railroady/diagram_graph_spec.rb
164
164
  - test/lib/railroady/models_diagram_spec.rb
165
165
  - test/spec_helper.rb
166
+ has_rdoc: