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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58178623568c58bdcd4d7ab23b1ccc1d428fb637
4
- data.tar.gz: 917593c5249b6a91716a6675db541c9ec0b021b9
3
+ metadata.gz: 1b098f646234ff182abc9543e2e14ce45a440916
4
+ data.tar.gz: 7690c6d36e8c75b62f61d7e59dc3ec5886be204c
5
5
  SHA512:
6
- metadata.gz: 445940c53276641aaf7ddf57df2501be7906cf7ed8b10657116f73af660d2f33d3952cb51e85ed71f649966b6da47826abc21f60d687ca67102231d8c3154f47
7
- data.tar.gz: 91f5579420276e5400d107b9f59cc95adf946da166c6302d59a6d00dfc823b8d13ed12f0a95764d50e113427587f34cfa990a7351f888190304f21b87ffae08d
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
- TODO: Write usage instructions here
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/[my-github-username]/route_list/fork )
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`)
@@ -1,3 +1,3 @@
1
1
  module RouteList
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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: {}