transition-events-js 0.2 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
== 0.2.1 (Plague of Justinian, 541–542)
|
2
|
+
* Fix Ruby gem loading.
|
3
|
+
|
1
4
|
== 0.2 (Antioch earthquake, 526)
|
2
5
|
* Rename Ruby gem to transition-events-js.
|
3
6
|
* Rename transitionAt to afterTransition.
|
@@ -8,5 +11,5 @@
|
|
8
11
|
* Add requestAnimationFrame alias.
|
9
12
|
* Remove $.Transitions.cachedProp.
|
10
13
|
|
11
|
-
== 0.1 (Vesuvius eruption, 79
|
14
|
+
== 0.1 (Vesuvius eruption, 79)
|
12
15
|
* Initial release.
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: transition-events-js
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.2.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -38,7 +38,7 @@ extra_rdoc_files:
|
|
38
38
|
- ChangeLog
|
39
39
|
files:
|
40
40
|
- lib/assets/javascripts/transition-events.js
|
41
|
-
- lib/
|
41
|
+
- lib/transition-events-js.rb
|
42
42
|
- LICENSE
|
43
43
|
- README.md
|
44
44
|
- ChangeLog
|