greensock-rails 1.19.1.0 → 1.19.1.1

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: fcb547012d476aa57d085849cfc50be709d52caa
4
- data.tar.gz: 34c5d996df9b6ef1d14cb7b62334b768b8b55422
3
+ metadata.gz: aca309aa56e5e209f9c51074c4d4adb20ec2eff8
4
+ data.tar.gz: 4512877ce06458309d097ef8433a0f97db69d5d4
5
5
  SHA512:
6
- metadata.gz: cfd485934b738923cc3013f1dbb5522aeb7ef3a5e11fba8f75ab9bd9e3e478c79831190398987fe1c6677bd148f45de409c0becbeb7d7a71943d8bef76ebdb9a
7
- data.tar.gz: c8fecaa2333bd6aa7b8c6314f0dfb70e032e11fb1f85fc54f3aca16aaebc0d60d5fddef88617e5e004cd08ebfcac2301d89c5ef85e79f3444362ff8813c41dd3
6
+ metadata.gz: 086090908416facb6479f93dbd7f4e7296dd19e9ac94be6b63a9fbfc9f29808a4ac667f902159b510f891e9afc1a3036d4e18f34cbb99febf2aa000ba6d95fee
7
+ data.tar.gz: ac467710ef7048a5ebdfe68bd9b1cebf05b54fd54f1bd25e9be3f2d5077abbc5edeee02902c00dc7174394d188ce48d7a12cc69f028a1e97ac601961dcf13512
data/LICENSE.txt CHANGED
@@ -1,2 +1,2 @@
1
- Greensock JS: Copyright (c) 2014, GreenSock. All rights reserved.
2
- Greensock Rails Ruby gem: Copyright (c) 2014, Robert Pataki.
1
+ Greensock JS: Copyright (c) 2017, GreenSock. All rights reserved.
2
+ Greensock Rails Ruby gem: Copyright (c) 2017, Rob Pataki.
data/README.md CHANGED
@@ -1,10 +1,14 @@
1
1
  # Greensock JS for Rails
2
2
 
3
- This is a Ruby gem for adding the great [Greensock JavaScript tweening engine](http://www.greensock.com/gsap-js/) to Rails, so that you can animate the hell out of your RESTful app :)
3
+ This is a Ruby gem for adding the free version of the great [Greensock JavaScript tweening engine](http://www.greensock.com/gsap-js/) to Rails, so that you can animate the hell out of your RESTful app :)
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/greensock-rails.png)](http://badge.fury.io/rb/greensock-rails)
6
6
 
7
- ## greensock-rails RubyGems URL
7
+ ## What this gem contains
8
+
9
+ Please note that this gem only contains the free version of Greensock - no premium plugins are included. For more information about **Club Greensock and premium plugins** please visit [https://greensock.com/club/](https://greensock.com/club/)
10
+
11
+ ## greensock-rails on RubyGems
8
12
 
9
13
  [https://rubygems.org/gems/greensock-rails](https://rubygems.org/gems/greensock-rails)
10
14
 
@@ -13,7 +17,7 @@ This is a Ruby gem for adding the great [Greensock JavaScript tweening engine](h
13
17
  **Using the command line:**
14
18
 
15
19
  $ gem install 'greensock-rails'
16
-
20
+
17
21
  **In the Gemfile:**
18
22
 
19
23
  gem 'greensock-rails'
@@ -26,7 +30,7 @@ The gem is using the uncompressed GSAP files, so that you can debug your code in
26
30
 
27
31
  //= require 'greensock/TweenLite'
28
32
  //= require 'greensock/easing/EasePack'
29
-
33
+
30
34
  **To include the GSAP jQuery plugin in your application, use:**
31
35
 
32
36
  //= require 'greensock/jquery.gsap.js'
@@ -48,15 +52,15 @@ Please do not open an issue if there is a bug in GSAP itself. Any bugs of the Gr
48
52
  <br/>
49
53
 
50
54
  <a href="https://github.com/greensock/GreenSock-JS" target="_blank">
51
- <img width="150" src="https://raw.githubusercontent.com/handcraftedLDN/greensock-rails/master/greensock_logo_64.png" alt="Greensock Logo"/>
55
+ <img width="150" src="https://raw.githubusercontent.com/robertpataki/greensock-rails/master/greensock_logo_64.png" alt="Greensock Logo"/>
52
56
  </a>
53
57
 
54
- Greensock JS: Copyright (c) 2015, GreenSock. All rights reserved.
58
+ Copyright &copy; 2017, GreenSock. All rights reserved.
55
59
 
56
60
  <br/>
57
61
 
58
- <a href="http://handcrafteddigital.london" target="_blank">
59
- <img width="192" src="https://raw.githubusercontent.com/handcraftedLDN/greensock-rails/master/handcrafted-digital-london-logo@2x.png" alt="Handcrafted Digital London - Fine, hand made design and development from London"/>
62
+ <a href="https://robertpataki.com" target="_blank">
63
+ <img width="144" src="https://raw.githubusercontent.com/robertpataki/greensock-rails/master/rob-p-logo.svg" alt="Rob P | Freelance interaction designer and developer"/>
60
64
  </a>
61
65
 
62
- Copyright &copy; 2017 The <a href="https://github.com/handcraftedLDN/greensock-rails" target="_blank">greensock-rails</a> gem has been <a href="http://handcrafteddigital.london" target="_blank">Handcrafted</a>.
66
+ Copyright &copy; 2017 The <a href="https://github.com/robertpataki/greensock-rails" target="_blank">greensock-rails</a> gem was created and has been maintained by [Rob Pataki](https://robertpataki.com) since 2014.
@@ -1,5 +1,5 @@
1
1
  module Greensock
2
2
  module Rails
3
- VERSION = "1.19.1.0"
3
+ VERSION = "1.19.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: greensock-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.1.0
4
+ version: 1.19.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Robert Pataki, Greensock Team
7
+ - Rob Pataki, Greensock Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.3'
19
+ version: 1.14.3
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.3'
26
+ version: 1.14.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: 12.0.0
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: 12.0.0
41
41
  description: This gem provides TweenMax, TweenLite, TimelineMax, TimelineLite, and
42
42
  the GSAP jQuery plugin in uncompressed format for your Rails 3.1 (or newer) application.
43
43
  email:
@@ -73,7 +73,7 @@ files:
73
73
  - vendor/assets/javascripts/greensock/utils/Draggable.js
74
74
  homepage: https://rubygems.org/gems/greensock-rails/
75
75
  licenses:
76
- - Copyright (c) 2014, GreenSock.
76
+ - Copyright (c) 2017, GreenSock.
77
77
  metadata: {}
78
78
  post_install_message:
79
79
  rdoc_options: []