bundlegem 1.0.1.pre.rc.1 → 1.0.1.pre.rc.2
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/config/config +1 -1
- data/lib/bundlegem/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8ef6124df3152f1330208d8feb09e8f093fc8af2b4441b6e6c0428bebf9fc7b
|
4
|
+
data.tar.gz: fb3190a5d17f81c503ba6b0ec8e177da25839103ca08435b2f65066f9d9d98fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae41afdebd6940ddae50f164b2cd48605621de85b6d30f11f2e0691f3d3a5201397d3d462ca4536f14fe6182b97cedb6be5767d92cf6ba729f822dcb296bf544
|
7
|
+
data.tar.gz: eeb9cfe491a4caa11698d494fbcc140df5d385224bab1347061d5fa26c947c8c8d0d77b04f6f0cefe75ed7d2d02579523a1da7f97087fdfedd8ceaa7e4f3add9
|
data/config/config
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
# Comments made to this file will not be preserved
|
2
2
|
---
|
3
3
|
default_template: cli_gem
|
4
|
-
best_templates: https://github.com/TheNotary/template-ruby-cli-gem https://github.com/TheNotary/template-arduino.git https://github.com/TheNotary/template-raspberry-pi-c.git https://github.com/TheNotary/docker_repo.git https://github.com/TheNotary/template-html-css-js.git https://github.com/TheNotary/template-java-gradle-cli-app
|
4
|
+
best_templates: https://github.com/TheNotary/template-ruby-cli-gem https://github.com/TheNotary/template-arduino.git https://github.com/TheNotary/template-raspberry-pi-c.git https://github.com/TheNotary/docker_repo.git https://github.com/TheNotary/template-html-css-js.git https://github.com/TheNotary/template-java-gradle-cli-app
|
data/lib/bundlegem/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bundlegem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.1.pre.rc.
|
4
|
+
version: 1.0.1.pre.rc.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TheNotary
|
@@ -222,9 +222,9 @@ licenses:
|
|
222
222
|
- MIT
|
223
223
|
metadata:
|
224
224
|
bug_tracker_uri: https://github.com/TheNotary/bundlegem/issues
|
225
|
-
changelog_uri: https://github.com/TheNotary/bundlegem/releases/tag/v1.0.1-rc.
|
226
|
-
documentation_uri: https://api.rubyonrails.org/v1.0.1-rc.
|
227
|
-
source_code_uri: https://github.com/TheNotary/bundlegem/tree/v1.0.1-rc.
|
225
|
+
changelog_uri: https://github.com/TheNotary/bundlegem/releases/tag/v1.0.1-rc.2
|
226
|
+
documentation_uri: https://api.rubyonrails.org/v1.0.1-rc.2/
|
227
|
+
source_code_uri: https://github.com/TheNotary/bundlegem/tree/v1.0.1-rc.2
|
228
228
|
rdoc_options: []
|
229
229
|
require_paths:
|
230
230
|
- lib
|