railroady 1.5.2 → 1.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b039ee6ebb573cf5f72815532d75cd7feb16039e
4
- data.tar.gz: 3e90afe93b05018e8eedf776e0080412be32f5c8
3
+ metadata.gz: d565533ee7d711876ffa48fa7fb5eb5d97f3fb28
4
+ data.tar.gz: a1414c8accaa8c52e40b85aaaf115ee12899104b
5
5
  SHA512:
6
- metadata.gz: 388633ee9eb9d0678ecdf63fd5b2157dd965428d7c1d00988740cfbb3c8cd2420420e94e8f5afae57ad75f8d5ddd142bd41ae966dec6be4429be001ccff6a8cc
7
- data.tar.gz: 3567417b05e122c16cf11cd522f9acb3599172255cc282ba9646c277f9d66ac7e41c93c3e152607a751bc04fd999fda4aa30eada98806a541d3048f27b252f69
6
+ metadata.gz: 47b51fc682b68870f96deace84cfb46a3e3cd4c206fd6cdb26067d50073dc8fb99e02391af130e3593905ff586bbddd695dc2e66d17ac43defe4b9927fbf1519
7
+ data.tar.gz: f8addb9684490a38fa1378f576c5853ac393982e91e5a73348aecffa1bd30cfc8956c4848f1f24687465ce73106e663d73374acaaede6c247d6611dafbf2e813
@@ -1,3 +1,3 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.3.1
3
+ - 2.4.1
@@ -1,23 +1,22 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- railroady (1.5.1)
4
+ railroady (1.5.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activesupport (4.2.6)
9
+ activesupport (5.1.1)
10
+ concurrent-ruby (~> 1.0, >= 1.0.2)
10
11
  i18n (~> 0.7)
11
- json (~> 1.7, >= 1.7.7)
12
12
  minitest (~> 5.1)
13
- thread_safe (~> 0.3, >= 0.3.4)
14
13
  tzinfo (~> 1.1)
15
- i18n (0.7.0)
16
- json (1.8.3)
17
- minitest (5.9.0)
18
- rake (11.2.2)
19
- thread_safe (0.3.5)
20
- tzinfo (1.2.2)
14
+ concurrent-ruby (1.0.5)
15
+ i18n (0.8.4)
16
+ minitest (5.10.2)
17
+ rake (12.0.0)
18
+ thread_safe (0.3.6)
19
+ tzinfo (1.2.3)
21
20
  thread_safe (~> 0.1)
22
21
 
23
22
  PLATFORMS
@@ -31,4 +30,4 @@ DEPENDENCIES
31
30
  rake
32
31
 
33
32
  BUNDLED WITH
34
- 1.12.5
33
+ 1.15.1
@@ -90,7 +90,7 @@ class AppDiagram
90
90
  # Print error when loading Rails application
91
91
  def print_error(type)
92
92
  STDERR.print "Error loading #{type}.\n (Are you running " \
93
- "#{@options.app_name} on the aplication's root directory?)\n\n"
93
+ "#{@options.app_name} on the application's root directory?)\n\n"
94
94
  end
95
95
 
96
96
  # Extract class name from filename
@@ -63,7 +63,7 @@ class DiagramGraph
63
63
  "label=\"#{@diagram_type} diagram\\l" \
64
64
  "Date: #{Time.now.strftime '%b %d %Y - %H:%M'}\\l" +
65
65
  (defined?(ActiveRecord::Migrator) ? 'Migration version: ' \
66
- "#{ActiveRecord::Migrator.current_version}\\l" : '') +
66
+ "#{Rails.logger.silence { ActiveRecord::Migrator.current_version } }\\l" : '') +
67
67
  "Generated by #{APP_HUMAN_NAME} #{APP_VERSION}\\l" + 'http://railroady.prestonlee.com' \
68
68
  "\\l\", fontsize=13]\n"
69
69
  end
@@ -1,3 +1,3 @@
1
1
  module RailRoady
2
- VERSION = '1.5.2'
2
+ VERSION = '1.5.3'
3
3
  end
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.5.2
4
+ version: 1.5.3
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: 2016-09-22 00:00:00.000000000 Z
14
+ date: 2017-06-06 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  requirements: []
144
144
  rubyforge_project:
145
- rubygems_version: 2.6.6
145
+ rubygems_version: 2.6.12
146
146
  signing_key:
147
147
  specification_version: 4
148
148
  summary: Ruby on Rails 3/4 model and controller UML class diagram generator.