textillate 0.0.0

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.
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: textillate
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Axel Catusse
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2010-07-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: textillate.js A simple plugin for CSS3 text animations.
14
+ email: axel.catusse@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - ".gitignore"
20
+ - Gemfile
21
+ - LICENSE.txt
22
+ - README.md
23
+ - Rakefile.rb
24
+ - lib/textillate.rb
25
+ - lib/textillate/engine.rb
26
+ - lib/textillate/railtie.rb
27
+ - lib/textillate/sprockets.rb
28
+ - lib/textillate/version.rb
29
+ - textillate.gemspec
30
+ - vendor/assets/javascripts/jquery.fittext.js
31
+ - vendor/assets/javascripts/jquery.lettering.js
32
+ - vendor/assets/javascripts/jquery.textillate.js
33
+ - vendor/assets/stylesheets/animate.css
34
+ homepage: https://github.com/catuss-a/textillate
35
+ licenses:
36
+ - MIT
37
+ metadata: {}
38
+ post_install_message:
39
+ rdoc_options: []
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ requirements: []
53
+ rubyforge_project:
54
+ rubygems_version: 2.5.1
55
+ signing_key:
56
+ specification_version: 4
57
+ summary: textillate.js for rails asset pipeline
58
+ test_files: []