base_logic_landing 0.1.6 → 0.1.7

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: c2c1a6ff3ff72aa68941963fa31706aa46e45c99
4
- data.tar.gz: c9e351e51309dcb3eb07474a727d247a0d28837a
3
+ metadata.gz: 84d89608e44beb4421d270974890c0b6c215c2dd
4
+ data.tar.gz: 693a7cc225d841270cd11167b61b6721fd968ac7
5
5
  SHA512:
6
- metadata.gz: a129f422d3c4c976ddc39791661e04e856a648cd5c296da36d9c19c97d306899fcd39629fa7f0ebb55592598a5f620e6cff3e2ba44556b856f4cf61e780e9593
7
- data.tar.gz: 5896550bb7a30c551a834dffb096005dd8596173201b5e57675a4c65c679e4cbce1c13f46ba4c63d46a0a78188ee69338a299077fc0690efbe424e8e95e30e6d
6
+ metadata.gz: ca570041b8e39efdcc752dc45ff6fe0d505e667d965ea1e13e4cc94d24a51dd8ebabfdf38e4c34f03099a379061c0be72dfb00e4cd8221573066f862374549ab
7
+ data.tar.gz: cdb581469b8d456a06bc756d2612920e6652b4686baf55cc5e9d759a4f3244c54db73d8b7ecd13b5f9b3fa31cd6dc6f327194728d4e5bf84730dd724b0eb0e02
@@ -1,4 +1,4 @@
1
- require "appmate_landing/version"
1
+ require 'app_mate_landing/rails'
2
2
 
3
3
  module AppMateLanding
4
4
  module Rails
@@ -0,0 +1,7 @@
1
+ require 'scrolltojs/rails/version'
2
+
3
+ module AppMateLanding
4
+ module Rails
5
+ # Your code goes here...
6
+ end
7
+ end
@@ -0,0 +1,5 @@
1
+ module AppMateLanding
2
+ module Rails
3
+ VERSION = '0.1.7'
4
+ end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: base_logic_landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilton Garcia dos Santos Silveira
@@ -67,7 +67,8 @@ extra_rdoc_files: []
67
67
  files:
68
68
  - README.md
69
69
  - lib/app_mate_landing.rb
70
- - lib/app_mate_landing/version.rb
70
+ - lib/app_mate_landing/rails.rb
71
+ - lib/app_mate_landing/rails/version.rb
71
72
  - vendor/assets/javascripts/app_mate.js
72
73
  - vendor/assets/javascripts/landing/common.js
73
74
  - vendor/assets/javascripts/landing/jwplayer/jwplayer.flash.swf
@@ -1,3 +0,0 @@
1
- module AppMateLanding
2
- VERSION = '0.1.6'
3
- end