rails-routes 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/rails-routes/version.rb +1 -1
- data/rails-routes.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd9c4c26251aa7e46e74444aef5b7399df9fb3a4
|
4
|
+
data.tar.gz: 7e7b4d2deeecad2d576388ecf7ddb82c4132f101
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c261c848953aec1f6003b5ae7ab6045623d83ea05d19a69987c9853f8a023cf8126ed1317aa8800413f66a1a8a2b3ee4b1e85ad184399a3d2b396c4d4b5ec3a0
|
7
|
+
data.tar.gz: 43fe5ec6747187c058d642c04c4f8bbfb86e6eb3c792e3cd535f04b1fc6374a0ace13f8c5ac5c0ebb6c74b99e899ab1a34e0b10edc49e1db36fde28c32da869a
|
data/README.md
CHANGED
@@ -46,7 +46,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
46
46
|
|
47
47
|
## Contributing
|
48
48
|
|
49
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
49
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/fnando/rails-routes. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
|
50
50
|
|
51
51
|
|
52
52
|
## License
|
data/lib/rails-routes/version.rb
CHANGED
data/rails-routes.gemspec
CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
|
|
5
5
|
spec.version = RailsRoutes::VERSION
|
6
6
|
spec.authors = ["Nando Vieira"]
|
7
7
|
spec.email = ["fnando.vieira@gmail.com"]
|
8
|
-
spec.summary = "Enable config/
|
8
|
+
spec.summary = "Enable config/routes/*.rb on your Rails application."
|
9
9
|
spec.description = spec.summary
|
10
10
|
spec.homepage = "https://github.com/fnando/rails-routes"
|
11
11
|
spec.license = "MIT"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-routes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nando Vieira
|
@@ -108,7 +108,7 @@ dependencies:
|
|
108
108
|
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
|
-
description: Enable config/
|
111
|
+
description: Enable config/routes/*.rb on your Rails application.
|
112
112
|
email:
|
113
113
|
- fnando.vieira@gmail.com
|
114
114
|
executables: []
|
@@ -152,5 +152,5 @@ rubyforge_project:
|
|
152
152
|
rubygems_version: 2.4.5.1
|
153
153
|
signing_key:
|
154
154
|
specification_version: 4
|
155
|
-
summary: Enable config/
|
155
|
+
summary: Enable config/routes/*.rb on your Rails application.
|
156
156
|
test_files: []
|