rails_prompts 0.0.3 → 0.0.4
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 +1 -1
- data/lib/rails_prompts/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ff7a2bd7cbd9005c1a477ec78c47e04e217f22d02c1081945c80bf0aeab1726
|
|
4
|
+
data.tar.gz: dede79cb2d2801417330c930a8c41dc72ff32f93722364cbb64206ebf0d140b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e4e7acab765c6ca789d510afcacd6c4b9df92a2e02ca8264d2b584d08a4f5978fea3a7dccf2b7edafcb6f4dbdbeb94204d195ad5244aed3d42df9438ab63395
|
|
7
|
+
data.tar.gz: a3db76f6f67d17431ff9c66e68617bbd29297a27b357ad9c7c711904d72b4498af4085d01f81847b178a2f9f3bf4c5ad91c3b1201b91fe72779ac49ebe514810
|
data/README.md
CHANGED
|
@@ -216,7 +216,7 @@ RailsPrompts.prompts_dir = Rails.root.join('test', 'fixtures', 'prompts')
|
|
|
216
216
|
|
|
217
217
|
## Contributing
|
|
218
218
|
|
|
219
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
219
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/Riteshchaudhary710/rails_prompts
|
|
220
220
|
|
|
221
221
|
## License
|
|
222
222
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_prompts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ritesh Chaudhary
|
|
@@ -83,10 +83,10 @@ homepage: https://github.com/Riteshchaudhary710/rails_prompts
|
|
|
83
83
|
licenses:
|
|
84
84
|
- MIT
|
|
85
85
|
metadata:
|
|
86
|
-
bug_tracker_uri: https://github.com/
|
|
87
|
-
changelog_uri: https://github.com/
|
|
88
|
-
documentation_uri: https://github.com/
|
|
89
|
-
source_code_uri: https://github.com/
|
|
86
|
+
bug_tracker_uri: https://github.com/Riteshchaudhary710/rails_prompts/issues
|
|
87
|
+
changelog_uri: https://github.com/Riteshchaudhary710/rails_prompts/blob/master/CHANGELOG.md
|
|
88
|
+
documentation_uri: https://github.com/Riteshchaudhary710/rails_prompts/blob/master/README.md
|
|
89
|
+
source_code_uri: https://github.com/Riteshchaudhary710/rails_prompts
|
|
90
90
|
rubygems_mfa_required: 'true'
|
|
91
91
|
rdoc_options: []
|
|
92
92
|
require_paths:
|