jquery-toastmessage-rails 1.0.2 → 1.1.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: 4c2b128fa96da9460f53fc89efb3e8b42715eb5a
4
- data.tar.gz: f33b790eb116a88ba08eb765cf00b91a7878dacd
3
+ metadata.gz: 95b0b8df763b4dc3282879a38bd8e2a99ebfe8a0
4
+ data.tar.gz: 39db6a30e05ad757240d824410351261b223daac
5
5
  SHA512:
6
- metadata.gz: 5355f0d847e517eb1f8bf38c005610b01063c356e1a641c6c9cfaaca86b7725baa22bb5d6045ef0514af20693380cac666981bcf202a142e4410d8e414e6f7c1
7
- data.tar.gz: 3d8930c3264cbf9306594eddc7e0ff919fb170e7291d2b7fdf717f549d4f577c756c260c78b69b9b0c09ed79f0090d1fa10f6e09a8a31dda6ac3e20fca452869
6
+ metadata.gz: c70f8151170c37f62a32b19a251b336464e11c84c3a100659678f887e65ad4dd3cfaeef6cdd87e349f4df1378216f6bb800b38231dd20a00b18f7c152de884d1
7
+ data.tar.gz: 8156271e174d52193f4f2f888ecd9bedf01155c4c7888f8fa551e8ae77ce02981fb56765bd9ad090a8a94283b651b5e9cbcd2590eaac9ac160f089ce7841a84a
data/README.md CHANGED
@@ -20,6 +20,8 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
+ If your gem version < 1.1.0, Please reference [1.0.2's README.md](https://github.com/reyesyang/jquery-toastmessage-rails/blob/v1.0.2/README.md)
24
+
23
25
  Require jquery-toastmessage-plugin in our application.js:
24
26
 
25
27
  ```javascript
@@ -33,21 +35,6 @@ Also require jquery-toastmessage-plugin stylesheets in out application.css:
33
35
  *= require jquery.toastmessage
34
36
  */
35
37
  ```
36
-
37
- Add images to Rails assets precompile configuration.
38
-
39
- For Rails 4.1+, add the following line to update config/assets.rb:
40
-
41
- ```ruby
42
- Rails.application.config.assets.precompile += /jquery\-toastmessage\/.+\.(?:gif|png)$/
43
- ```
44
-
45
- For Rails 3.1+, add the following line to config/application.rb:
46
-
47
- ```ruby
48
- config.assets.precompile += /jquery\-toastmessage\/.+\.(?:gif|png)$/
49
- ```
50
-
51
38
  ## Release
52
39
 
53
40
  See [VERSIONS.md](VERSIONS.md) for details.
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Date | Gem | jQuery Toastmessage Plugin |
4
4
  |------------|--------|----------------------------|
5
+ | 2015-03-31 | 1.1.0 | 0.2.0 |
5
6
  | 2015-03-31 | 1.0.2 | 0.2.0 |
6
7
  | 2015-03-26 | 1.0.1 | 0.2.0 |
7
8
  | 2015-03-24 | 1.0.0 | 0.2.0 |
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Toastmessage
3
3
  module Rails
4
- VERSION = "1.0.2"
4
+ VERSION = "1.1.0"
5
5
  JQUERY_TOASTMESSAGE_PLUGIN_VERSION = "0.2.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-toastmessage-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reyes Yang