marionette.modal 1.0.0.4 → 1.0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/marionette.modal/version.rb +1 -1
- data/lib/marionette.modal.rb +16 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6cea2e492f570f0231678588e0ae90d13f78f10
|
4
|
+
data.tar.gz: 8eeb8dc1b892f946eac2d27a16ed05af325e2574
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cb00e8383fb0cf1bfc5611be2f92cbbd0d1c90477a5a34431acb8538c5d24afb3f8591bfd728825c8706d2bb95aed3a12992a56db9a3336290b4422e9b00beb
|
7
|
+
data.tar.gz: 9cb1b72fc5b8aa7a2f4e4252b72ad923f8d8082d8d93b3334728745a19c203ca34363452b73f89a4d0d3f1b1d13ee0458109aac0103a2197663138e636d5c57e
|
data/lib/marionette.modal.rb
CHANGED
@@ -2,6 +2,21 @@ require "marionette.modal/version"
|
|
2
2
|
|
3
3
|
module MarionetteModal
|
4
4
|
module Assets
|
5
|
-
|
5
|
+
module Javascripts
|
6
|
+
module Marionette
|
7
|
+
FILE = File.open( File.expand_path('../marionette.modal.js', File.dirname(__FILE__) ), 'r').read
|
8
|
+
REGION_FILE = File.open( File.expand_path('../backbone.marionette.modals.js', File.dirname(__FILE__) ), 'r').read
|
9
|
+
end
|
10
|
+
module Backbone
|
11
|
+
FILE = File.open( File.expand_path('../backbone.modal.js', File.dirname(__FILE__) ), 'r').read
|
12
|
+
end
|
13
|
+
module Bundle
|
14
|
+
FILE = File.open( File.expand_path('../marionette.modal-bundled.js', File.dirname(__FILE__) ), 'r').read
|
15
|
+
end
|
16
|
+
end
|
17
|
+
module Stylesheets
|
18
|
+
CSS = File.open( File.expand_path('../marionette.modal.css', File.dirname(__FILE__) ), 'r').read
|
19
|
+
THEME_CSS = File.open( File.expand_path('../marionette.modal.theme.css', File.dirname(__FILE__) ), 'r').read
|
20
|
+
end
|
6
21
|
end
|
7
22
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: marionette.modal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jared Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-12-
|
11
|
+
date: 2013-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|