rangy-rails 1.3alpha.772.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,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rangy-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.3alpha.772.0
5
+ prerelease: 3
6
+ platform: ruby
7
+ authors:
8
+ - Mario Zigliotto
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-03-03 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: ! "A simple Rails asset pipeline wrapper\n for
15
+ Rangy, \"a cross-browser JavaScript range and\n selection
16
+ library\" written by the magnificent Tim Down"
17
+ email:
18
+ - mariozig@gmail.com
19
+ executables: []
20
+ extensions: []
21
+ extra_rdoc_files: []
22
+ files:
23
+ - .gitignore
24
+ - Gemfile
25
+ - LICENSE.txt
26
+ - README.md
27
+ - Rakefile
28
+ - lib/rangy-rails.rb
29
+ - lib/rangy-rails/version.rb
30
+ - rangy-rails.gemspec
31
+ - vendor/assets/javascripts/rangy-core.js
32
+ - vendor/assets/javascripts/rangy-cssclassapplier.js
33
+ - vendor/assets/javascripts/rangy-highlighter.js
34
+ - vendor/assets/javascripts/rangy-selectionsaverestore.js
35
+ - vendor/assets/javascripts/rangy-serializer.js
36
+ - vendor/assets/javascripts/rangy-textrange.js
37
+ homepage: http://github.com/mariozig/rangy-rails/
38
+ licenses: []
39
+ post_install_message:
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ none: false
45
+ requirements:
46
+ - - ! '>='
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ none: false
51
+ requirements:
52
+ - - ! '>'
53
+ - !ruby/object:Gem::Version
54
+ version: 1.3.1
55
+ requirements: []
56
+ rubyforge_project:
57
+ rubygems_version: 1.8.25
58
+ signing_key:
59
+ specification_version: 3
60
+ summary: Rails asset pipeline wrapper for the Rangy library
61
+ test_files: []