railman 0.5.1 → 0.5.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4333dc05169689ee25d9a1bf9c0b5065204e4e7f
4
- data.tar.gz: 82018eefa894fa7858788ae1a7f304929bb4df53
3
+ metadata.gz: 01ab67be8ead287ee6a97c927f1f82546f136c94
4
+ data.tar.gz: c8c523fc70d38949843d8df76f359a67da4080aa
5
5
  SHA512:
6
- metadata.gz: 347c2e0a0830c5892cd249194734f20b69a7ae9248c568c9d916a84fbfaff3acbe1a35d62b22374c166bce550d185536662d6171735a658eb5d403ea3e280a47
7
- data.tar.gz: 9f843b687936921e71b5b8323dacb06d4059f435b592897928fd75bd0ae0c7f23ed769d9664e227336810bdb9b97e9b0b255dea01cfa0b34f90a3886e586e1a4
6
+ metadata.gz: f616a604878c1733980fca2a2034cd03136d46dce9455e8db0e580de6fbbfd044b46182fb1494e6deb2ef808247c8682fe7cc656c638cbbca5b0f91c79b8177c
7
+ data.tar.gz: 8e40ff6f519b116bd46922dfc69d827c0f07715c751f29a75e3241bfe01d51bcda0293ad3dced23560428a388f7eb1d4f1149d54eb92b939471b0c06eb0c81cf
data/.gitignore CHANGED
@@ -3,6 +3,7 @@
3
3
  /Gemfile.lock
4
4
  /_yardoc/
5
5
  /coverage/
6
+ /test/coverage/
6
7
  /doc/
7
8
  /pkg/
8
9
  /spec/reports/
@@ -1,3 +1,3 @@
1
1
  module Railman
2
- VERSION = '0.5.1'
2
+ VERSION = '0.5.2'
3
3
  end
@@ -6,6 +6,7 @@ log/*
6
6
  tmp
7
7
  .env
8
8
 
9
+ coverage
9
10
  test/coverage
10
11
  test/reports
11
12
  test/screenshots
@@ -1,9 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- begin
3
- load File.expand_path('../spring', __FILE__)
4
- rescue LoadError => e
5
- raise unless e.message.include?('spring')
6
- end
7
2
  APP_PATH = File.expand_path('../../config/application', __FILE__)
8
3
  require_relative '../config/boot'
9
4
  require 'rails/commands'
@@ -1,9 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- begin
3
- load File.expand_path('../spring', __FILE__)
4
- rescue LoadError => e
5
- raise unless e.message.include?('spring')
6
- end
7
2
  require_relative '../config/boot'
8
3
  require 'rake'
9
4
  Rake.application.run
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Jancev