baser 0.1.0 → 0.1.1
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/lib/baser/version.rb +1 -1
- data/lib/generators/baser/install_generator.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37758fd5d47bd05e35148d5959702f99db44307125e62bcc309edd9870764927
|
4
|
+
data.tar.gz: 2a2cc5c8da2a7df85c6597d04505b863ec13135a3c33c15288a5c1ba764ea49c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c73f255bef3091649619abdb307fa45968196ac25aedd96d223dad9773ddbe88b64a2468fbd6b4246281906a9b730155f10f17ce2baeaa9a34b911533e0582e6
|
7
|
+
data.tar.gz: 2980eb9f506286869e35a2432ce05d364422dd39f8292ba00705d21100dea24394b4bad4c3500a3bf2b92656e7011b863962ed009560057be5bb61eb8cd04a65
|
data/lib/baser/version.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
module Baser
|
4
4
|
# Execute generator to create file on initializer
|
5
5
|
class InstallGenerator < Rails::Generators::Base
|
6
|
-
source_root File.expand_path("templates", __dir__)
|
6
|
+
source_root File.expand_path("../templates", __dir__)
|
7
7
|
desc "This generator creates an baser.rb file at config/initializers"
|
8
8
|
def copy_initializer_file
|
9
9
|
copy_file "baser.rb", "config/initializers/baser.rb"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: baser
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jim
|
@@ -54,5 +54,5 @@ requirements: []
|
|
54
54
|
rubygems_version: 3.4.21
|
55
55
|
signing_key:
|
56
56
|
specification_version: 4
|
57
|
-
summary: Simple and flexible way to convert base
|
57
|
+
summary: Simple and flexible way to convert base 10 to baseANY and vice versa
|
58
58
|
test_files: []
|