accountingjs-rails 0.0.2 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f0d67aab96ab18ae3ec80501c70b144caca4e44
4
- data.tar.gz: 8c47d0450e0903295db6e5e84281343d8c75f399
3
+ metadata.gz: a7011198db7100859f3ec1f8aed5a5b3107200d8
4
+ data.tar.gz: 3ec269a08a28f891fa8ae5976e5993a4cd0866b6
5
5
  SHA512:
6
- metadata.gz: a34ac394d309602737609120689d2d1e29204c94b8477286e37879f3ade76abd3cf2fb8fd01929550b618a80091c0afa6fa8f8849531cadc018653339e0812b6
7
- data.tar.gz: 0528a57b82eb51ac9176ee2e62def3434ad4b68d1bdd09809075864d08c53a6509ac14fcacc8476fd9f1a89b99d7d0f4fa8aff137ca9331bc4bc729ebbd2e477
6
+ metadata.gz: db7ac83377ce75c123041add20f415fc9f87f21e73180227fecd6c5d149c7e3c7a992659581fa07bcaa9136584ad89ecb6f3c7116a352babe8b444afc6597e43
7
+ data.tar.gz: e4257bc3230be97938b3f1aa258cb9a05a6140bd37195c0b200b8ff88ca15d49b0892711542535d6bc47bd41da9933b8110dc569bf1cc99a02f26835a67125a5
@@ -0,0 +1,7 @@
1
+ require "accountingjs-rails/version"
2
+
3
+ module Accountingjs
4
+ module Rails
5
+ require "accountingjs-rails/engine"
6
+ end
7
+ end
@@ -1,4 +1,4 @@
1
- module Accounting
1
+ module Accountingjs
2
2
  module Rails
3
3
  class Engine < ::Rails::Engine
4
4
  end
@@ -0,0 +1,5 @@
1
+ module Accountingjs
2
+ module Rails
3
+ VERSION = "0.0.4"
4
+ end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accountingjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maksim Berjoza
@@ -17,8 +17,9 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - lib/accounting/engine.rb
21
- - lib/accounting.rb
20
+ - lib/accountingjs-rails/engine.rb
21
+ - lib/accountingjs-rails/version.rb
22
+ - lib/accountingjs-rails.rb
22
23
  - vendor/assets/javascripts/accountingjs.js
23
24
  - README.md
24
25
  homepage: https://github.com/torbjon/accountingjs-rails
@@ -1,7 +0,0 @@
1
- require "jss/version"
2
-
3
- module Accounting
4
- module Rails
5
- require "accounting/engine"
6
- end
7
- end