jquery_file_download-rails 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +4 -0
- data/lib/jquery_file_download/rails/version.rb +1 -1
- metadata +15 -11
- checksums.yaml +0 -7
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,27 +1,30 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery_file_download-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Richard Cook
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
12
|
+
date: 2014-01-28 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: railties
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
|
-
- - '>='
|
19
|
+
- - ! '>='
|
18
20
|
- !ruby/object:Gem::Version
|
19
21
|
version: 3.1.0
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
|
-
- - '>='
|
27
|
+
- - ! '>='
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: 3.1.0
|
27
30
|
description: jquery.fileDownload.js package for Rails 3.1+ asset pipeline
|
@@ -33,34 +36,35 @@ files:
|
|
33
36
|
- app/assets/javascripts/jquery.fileDownload.js
|
34
37
|
- lib/jquery_file_download.rb
|
35
38
|
- lib/jquery_file_download/rails.rb
|
36
|
-
- lib/jquery_file_download/rails/version.rb
|
37
39
|
- lib/jquery_file_download/rails/engine.rb
|
40
|
+
- lib/jquery_file_download/rails/version.rb
|
38
41
|
- LICENSE
|
39
42
|
- Rakefile
|
40
43
|
- README.md
|
41
44
|
- CHANGELOG.md
|
42
|
-
homepage: https://github.com/rcook/
|
45
|
+
homepage: https://github.com/rcook/jquery_file_download-rails/
|
43
46
|
licenses:
|
44
47
|
- MIT
|
45
|
-
metadata: {}
|
46
48
|
post_install_message:
|
47
49
|
rdoc_options: []
|
48
50
|
require_paths:
|
49
51
|
- lib
|
50
52
|
required_ruby_version: !ruby/object:Gem::Requirement
|
53
|
+
none: false
|
51
54
|
requirements:
|
52
|
-
- - '>='
|
55
|
+
- - ! '>='
|
53
56
|
- !ruby/object:Gem::Version
|
54
57
|
version: '0'
|
55
58
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
59
|
+
none: false
|
56
60
|
requirements:
|
57
|
-
- - '>='
|
61
|
+
- - ! '>='
|
58
62
|
- !ruby/object:Gem::Version
|
59
63
|
version: '0'
|
60
64
|
requirements: []
|
61
65
|
rubyforge_project:
|
62
|
-
rubygems_version:
|
66
|
+
rubygems_version: 1.8.24
|
63
67
|
signing_key:
|
64
|
-
specification_version:
|
68
|
+
specification_version: 3
|
65
69
|
summary: jquery_file_download-rails
|
66
70
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 00aa6e47ccc29d1bd11a5e3344a1d275ad661905
|
4
|
-
data.tar.gz: efc6433dd747ddfe26b540000b68b97d384a192e
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: cf9fb67015e007e52c450d1c6cf4ef11436d717ab110763e8b1d7b15cf8cddcdfcf2773653579ca5fd582da4a78c1131522457ea7b995fc2a694c5676194a85c
|
7
|
-
data.tar.gz: 968b3e422f9275e8b6d25da07f44ea175a2d832ba9dc878515ef6b486c7443672a377917e6541799cd26c13311213d7aa78a156347cc58432930c614f440aad6
|