route_list 0.0.2 → 0.0.3
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 +4 -4
- data/README.md +2 -2
- data/lib/route_list/version.rb +1 -1
- data/route_list.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b098f646234ff182abc9543e2e14ce45a440916
|
4
|
+
data.tar.gz: 7690c6d36e8c75b62f61d7e59dc3ec5886be204c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54017d0fe60bd6f4e5f8568867e7e726cfde2f137daac0ed659227573f8cad623558f1ae7ebbb055a298ad5d51370264a333f06f09ecb136902db976af70d06c
|
7
|
+
data.tar.gz: e07b971b00357fb7b206ac515f5d407d655067f1f8cf8b54a650f8308cdc3317552a8ffbe6192d5fb94f29452ed29aa9ed55ea83df286abb09ffbfca960c2cd9
|
data/README.md
CHANGED
@@ -18,11 +18,11 @@ Or install it yourself as:
|
|
18
18
|
|
19
19
|
## Usage
|
20
20
|
|
21
|
-
|
21
|
+
RouteList::Route.list #returns route hash of current rails application
|
22
22
|
|
23
23
|
## Contributing
|
24
24
|
|
25
|
-
1. Fork it ( https://github.com/
|
25
|
+
1. Fork it ( https://github.com/meinac/route_list/fork )
|
26
26
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
27
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
28
28
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/lib/route_list/version.rb
CHANGED
data/route_list.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["mehmetemininac@gmail.com"]
|
11
11
|
spec.summary = %q{Get rails route list programmatically.}
|
12
12
|
spec.description = %q{Get rails route list programmatically.}
|
13
|
-
spec.homepage = ""
|
13
|
+
spec.homepage = "https://github.com/meinac/route_list"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: route_list
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mehmet Emin İNAÇ
|
@@ -67,7 +67,7 @@ files:
|
|
67
67
|
- lib/route_list.rb
|
68
68
|
- lib/route_list/version.rb
|
69
69
|
- route_list.gemspec
|
70
|
-
homepage:
|
70
|
+
homepage: https://github.com/meinac/route_list
|
71
71
|
licenses:
|
72
72
|
- MIT
|
73
73
|
metadata: {}
|