overlib-rails 0.0.1 → 0.0.2
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 +15 -0
- data/README.md +2 -2
- data/lib/overlib-rails/version.rb +1 -1
- data/overlib-rails.gemspec +1 -1
- metadata +40 -56
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
OTYzZTgzZjllZjI3OGMxZTYyYmJkZDQ0YjdhMTVmYjUwN2YzYTY5Zg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
YTFjZTdkZTRmYTkyOTZkOWZhNTA3Yjk4ZjE2YjdlZjQ3NWFmZTYwOQ==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MTQxY2QwNDI1MzE4YWVhNTZiNjU5MDg2YTVjNjFlOWRkYTUzZTIyNGM1NGU3
|
|
10
|
+
MzZmNjlkYzUzNDAzOWVjNjQ0ZDEzNTljMjZkMjhkZDI2Mzc4ODgwZmIyODAy
|
|
11
|
+
YTExOGRhMzRhMGFmZmMyZTNjOTAyYTVkZTI5NmQ5ODBmNGFkZTg=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
OTUzMTY3OWMzMjQ4ZjkxNWIyY2M3MjU2Mjk1ZjI5ZDIzZWQzMTVmN2VhMWE1
|
|
14
|
+
NjhmNTMxOGIxNGM4MzM2ZWIyZTI1ZmQzNDQ2NThjODMxZGQ2NGEzNzQxNTM0
|
|
15
|
+
ZjljZDJmYjIyOTgwNjRiYTBkZDg4MWEyNmFiNGE0ODMxMDBmMmE=
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
overLIB javascript popup for rails asset pipeline.
|
|
4
4
|
If you just want the overlib.js then see the [related project](http://github.com/overlib/overlib)
|
|
5
5
|
|
|
6
|
-
It should work on Rails 3.1.x and Rails 3.2.x.
|
|
6
|
+
It should work on Rails 3.1.x and Rails 3.2.x. I still need to test it out in Rails 4.
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
|
|
@@ -33,7 +33,7 @@ $(function(){
|
|
|
33
33
|
$(document).on("mouseout",".popup,.help-question",function(event) {
|
|
34
34
|
return nd();
|
|
35
35
|
});
|
|
36
|
-
}
|
|
36
|
+
});
|
|
37
37
|
```
|
|
38
38
|
## Contributing
|
|
39
39
|
|
data/overlib-rails.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,47 +1,42 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: overlib-rails
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 0
|
|
9
|
-
- 1
|
|
10
|
-
version: 0.0.1
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.2
|
|
11
5
|
platform: ruby
|
|
12
|
-
authors:
|
|
6
|
+
authors:
|
|
13
7
|
- Shawn Balestracci
|
|
14
8
|
autorequire:
|
|
15
9
|
bindir: bin
|
|
16
10
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
- !ruby/object:Gem::Dependency
|
|
21
|
-
prerelease: false
|
|
11
|
+
date: 2013-12-18 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
22
14
|
name: railties
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
- 1
|
|
32
|
-
version: "3.1"
|
|
33
|
-
requirement: *id001
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ! '>='
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '3.1'
|
|
20
|
+
- - <
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '4.1'
|
|
34
23
|
type: :runtime
|
|
24
|
+
prerelease: false
|
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '3.1'
|
|
30
|
+
- - <
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '4.1'
|
|
35
33
|
description: overLIB JavaScript popup library for the asset pipeline
|
|
36
|
-
email:
|
|
34
|
+
email:
|
|
37
35
|
- shawn@vegantech.com
|
|
38
36
|
executables: []
|
|
39
|
-
|
|
40
37
|
extensions: []
|
|
41
|
-
|
|
42
38
|
extra_rdoc_files: []
|
|
43
|
-
|
|
44
|
-
files:
|
|
39
|
+
files:
|
|
45
40
|
- .gitignore
|
|
46
41
|
- Gemfile
|
|
47
42
|
- LICENSE
|
|
@@ -53,36 +48,25 @@ files:
|
|
|
53
48
|
- vendor/assets/javascripts/overlib.js
|
|
54
49
|
homepage: https://github.com/overlib/overlib-rails
|
|
55
50
|
licenses: []
|
|
56
|
-
|
|
51
|
+
metadata: {}
|
|
57
52
|
post_install_message:
|
|
58
53
|
rdoc_options: []
|
|
59
|
-
|
|
60
|
-
require_paths:
|
|
54
|
+
require_paths:
|
|
61
55
|
- lib
|
|
62
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
none: false
|
|
73
|
-
requirements:
|
|
74
|
-
- - ">="
|
|
75
|
-
- !ruby/object:Gem::Version
|
|
76
|
-
hash: 3
|
|
77
|
-
segments:
|
|
78
|
-
- 0
|
|
79
|
-
version: "0"
|
|
56
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
57
|
+
requirements:
|
|
58
|
+
- - ! '>='
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: '0'
|
|
61
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
|
+
requirements:
|
|
63
|
+
- - ! '>='
|
|
64
|
+
- !ruby/object:Gem::Version
|
|
65
|
+
version: '0'
|
|
80
66
|
requirements: []
|
|
81
|
-
|
|
82
67
|
rubyforge_project:
|
|
83
|
-
rubygems_version: 1.
|
|
68
|
+
rubygems_version: 2.1.11
|
|
84
69
|
signing_key:
|
|
85
|
-
specification_version:
|
|
70
|
+
specification_version: 4
|
|
86
71
|
summary: overLIB JavaScript popup library for the asset pipeline
|
|
87
72
|
test_files: []
|
|
88
|
-
|