base_logic_landing 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 453bc307bea68c0e4d6622641609487130e02683
4
- data.tar.gz: d870fbd424423038c8efe51fb5c78d2b6300de30
3
+ metadata.gz: a0b5ccfa22eaa8b81872759549106f94273c8740
4
+ data.tar.gz: bb91d5be97e875c1fa36cbabc466f68c73ba324d
5
5
  SHA512:
6
- metadata.gz: c6059566d8f05f66274e912b94a14477c01b934d3800c9303b0da70c275a9db1da5f502cb8ee2d62e91d1e0747ff090eaf06d8b62a17213b88470eddf78743b0
7
- data.tar.gz: 3e9a50d7e203c86ea2e799b2c78ac1fefe28c312f1b2800d60bc83ed712630723ecc8f1a58f47d8194c1b508c6f2710edfb5c4c7f3849fecca1920d228f8d8e7
6
+ metadata.gz: ceb41c3427c61ccfa4f22b1a8a0179eeaa0a6c7858a902a2c05258eccdd99c448056467e8b60fd05905cb896cb0342755b640fbc969c6475aeb527cc76c01840
7
+ data.tar.gz: 20f53fffef646e28aa9a4b4c37581f84aae90423a562d6ac1a101bf98546d4eaf46979ebf78b73e7741ef9fbec433fc6e91afeaf670839b1be1fccff95140fb9
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "app_mate_landing"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
data/bin/setup ADDED
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
6
+
7
+ # Do any other automated setup that you need to do here
@@ -8,5 +8,4 @@ module AppMateLanding
8
8
  end
9
9
  end
10
10
  end
11
- end
12
- ge
11
+ end
@@ -1,3 +1,3 @@
1
1
  module AppMateLanding
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: base_logic_landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilton Garcia dos Santos Silveira
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-06-24 00:00:00.000000000 Z
12
12
  dependencies:
@@ -75,11 +75,15 @@ dependencies:
75
75
  description: Write a longer description or delete this line
76
76
  email:
77
77
  - ilton@baseltda.com.br
78
- executables: []
78
+ executables:
79
+ - console
80
+ - setup
79
81
  extensions: []
80
82
  extra_rdoc_files: []
81
83
  files:
82
84
  - README.md
85
+ - bin/console
86
+ - bin/setup
83
87
  - lib/app_mate_landing.rb
84
88
  - lib/app_mate_landing/engine.rb
85
89
  - lib/app_mate_landing/version.rb