rails-add_ons 0.4.1 → 0.5.0

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: 962054153165b37bfaa93698bcca7f2ba38dfd9a
4
- data.tar.gz: 11343b5d76e7d144c2358f542bf31d012ee3f0f5
3
+ metadata.gz: bfa3efd09a2fbc6c0da34dfd72764627d97bb124
4
+ data.tar.gz: d7c48d772c2046d598d7426bc7569976d884cc98
5
5
  SHA512:
6
- metadata.gz: ea7381d2b081165d5e2c7817a193234e9909c48e634d74156ff23739c5b5ceffdaa7843bf79699154aacb9e4e6aad9066df5b48017a2b3ef7450c9ac48ca931a
7
- data.tar.gz: 987f9a7c698a1d3957a07e76c87402c59a35c8e9f760e7d8fd7a0bd47af327191a70ed4fcbdaa287bf1a64baed27b7e5bcb508e31222ff74162f00ba98d28136
6
+ metadata.gz: 9786e7da690497e8f5e735a2253502a37f3801a495b33ebd754d9ddfe3e0db4c4184b671a80fa63552baa359dcf04dc57cf2a56f1036bba70d54fcc359d843b1
7
+ data.tar.gz: 11dd5006c8b6bf764679bb1b1a933f3a409ae2b1d0f84600e0d6dc5273cf4d071f2d175460c54b02b55e3599d3d3cd50caa483e549ec1b6c705120519415da3f
data/README.md CHANGED
@@ -4,6 +4,14 @@ Short description and motivation.
4
4
  ## Usage
5
5
  How to use my plugin.
6
6
 
7
+ ### with bootstrap-sass
8
+
9
+ You have to add
10
+
11
+ //= require bootstrap-sprockets
12
+
13
+ to your applications javascript include file to use bootstrap-sass.
14
+
7
15
  ## Installation
8
16
  Add this line to your application's Gemfile:
9
17
 
@@ -13,5 +13,4 @@
13
13
  //= require jquery
14
14
  //= require jquery_ujs
15
15
  //= require tether
16
- //= require bootstrap-sprockets
17
16
  //= require_tree ./application
@@ -1,5 +1,5 @@
1
1
  module Rails
2
2
  module AddOns
3
- VERSION = '0.4.1'
3
+ VERSION = '0.5.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-add_ons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails