niaga-ghost 0.1.3 → 1.0.0

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
  SHA256:
3
- metadata.gz: b0a9ff866dd2ebd6e68790e50c11c570856d8289779f39c4a7b55d401ecc8d8f
4
- data.tar.gz: 6c8236c3d05eb34984fc5df7f321b40519c4d9a9015b6891c05533e8d9fc626f
3
+ metadata.gz: 3eff9dee61e4426837b4b2a7fcfba24ff818cc77dfd6645660d4acd9ce752bec
4
+ data.tar.gz: 0c30f17d23ade2fa3306ae5c905fe8d6b3a92efbd8df85bc2870bffeb1d26f11
5
5
  SHA512:
6
- metadata.gz: 9b00073d191edf3bdeea6fc769a3bda157e07c34169db106aec4af27cd164d5678587e6cf01925aec7123d20774950e4be46b48153613a517f59fe920e8a6f7c
7
- data.tar.gz: 1712a1e8458604e7c808c0dac60ad32bf3049bc816a55f94c831cb5a86962f4710e932f44eb4449483797a55bbc4436720bea04ce4758068197b92a09d4073d6
6
+ metadata.gz: 77392b583c8f118deb073c8cbab7009d8e7d0962191fc60a03a6ad369ab2925115ffcf389cfd6ae5880f6c3198d6c5952d01e5219c1d2db72a433aa3edc5d11c
7
+ data.tar.gz: 8ae216aeb19945d3561a2f657068f5f1c786ca4d8ae285534a8cb7e20a25ad29efc2bac28a4354773c591e7459ac4c1495715a0aa754a99631e59a5faf49942a
@@ -4,7 +4,7 @@ module NiagaGhost
4
4
  class Railtie < ::Rails::Railtie # rubocop:disable Style/Documentation
5
5
  initializer "ghost.extensions" do
6
6
  ActiveSupport.on_load(:active_record) do
7
- include Ghost
7
+ include NiagaGhost
8
8
  end
9
9
  end
10
10
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NiagaGhost
4
- VERSION = "0.1.3"
4
+ VERSION = "1.0.0"
5
5
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "niaga-ghost/reflection"
4
- require "niaga-ghost/niaga_ghost"
4
+ require "niaga-ghost/niaga-ghost"
5
5
 
6
6
  require "niaga-ghost/version"
7
7
  require "niaga-ghost/railtie" if defined?(::Rails)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: niaga-ghost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - azman abdullah
@@ -24,11 +24,11 @@ files:
24
24
  - lib/generators/generator.rb
25
25
  - lib/generators/templates/model.rb
26
26
  - lib/generators/templates/resolver.rb
27
- - lib/niaga-ghost/niaga_ghost.rb
27
+ - lib/niaga-ghost.rb
28
+ - lib/niaga-ghost/niaga-ghost.rb
28
29
  - lib/niaga-ghost/railtie.rb
29
30
  - lib/niaga-ghost/reflection.rb
30
31
  - lib/niaga-ghost/version.rb
31
- - lib/niaga_ghost.rb
32
32
  homepage: https://github.com/Maluku-Niaga/ghost.
33
33
  licenses:
34
34
  - MIT
File without changes