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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88e75a462a4084e486bd04e515dad5b6bf379f47
4
- data.tar.gz: fae953861f2fe545ed6196120a3b807ea12513da
3
+ metadata.gz: cd9c4c26251aa7e46e74444aef5b7399df9fb3a4
4
+ data.tar.gz: 7e7b4d2deeecad2d576388ecf7ddb82c4132f101
5
5
  SHA512:
6
- metadata.gz: 5f02a3af05ffda06d6a435c8290d22fd8879f8bf0ad1fb2517db670c1d592688f2ce3eb277a4feabd707e003deb6fee8f36f8da94cd40199f6d54c7866af907f
7
- data.tar.gz: 6b6f3498f7b552fef4f44b6ecb0d9bf9a6c7e9ab82d6df592c3af16e33f20e4c5f9b5be1dd03265d97b5a39cacca1ec8e4945db15ab3a0dd63c5f55c23fa6f3d
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/[USERNAME]/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.
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
@@ -1,3 +1,3 @@
1
1
  module RailsRoutes
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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/route/*.rb on your Rails application."
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.0
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/route/*.rb on your Rails application.
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/route/*.rb on your Rails application.
155
+ summary: Enable config/routes/*.rb on your Rails application.
156
156
  test_files: []