marionette.modal 1.0.0.4 → 1.0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72678656c14d80e0ecb85cde650e71896fcb6d8e
4
- data.tar.gz: dfe725cd89e9fb92d28cf5cdba16c9fce539a433
3
+ metadata.gz: f6cea2e492f570f0231678588e0ae90d13f78f10
4
+ data.tar.gz: 8eeb8dc1b892f946eac2d27a16ed05af325e2574
5
5
  SHA512:
6
- metadata.gz: 65c9dcdde4bd3cd222e15417eaba2a0744df135056336a880728a09d4a3164fe82951a6843d75dbd91606c2988bff8b085646fde3070e9fb476ea925f24a568c
7
- data.tar.gz: 16f79e2a0912d0a6d4cfef3f682e5128101d05e04899e214b75b9ca1203d0c61c69b330ad927b9717aff7a4c38f2ad65272f32968b637fd3cef784e9bf726618
6
+ metadata.gz: 4cb00e8383fb0cf1bfc5611be2f92cbbd0d1c90477a5a34431acb8538c5d24afb3f8591bfd728825c8706d2bb95aed3a12992a56db9a3336290b4422e9b00beb
7
+ data.tar.gz: 9cb1b72fc5b8aa7a2f4e4252b72ad923f8d8082d8d93b3334728745a19c203ca34363452b73f89a4d0d3f1b1d13ee0458109aac0103a2197663138e636d5c57e
@@ -1,3 +1,3 @@
1
1
  module MarionetteModal
2
- VERSION = "1.0.0.4"
2
+ VERSION = "1.0.0.5"
3
3
  end
@@ -2,6 +2,21 @@ require "marionette.modal/version"
2
2
 
3
3
  module MarionetteModal
4
4
  module Assets
5
- MARIONETTE_MODAL_COFFEE = File.open(File.join(File.expand_path('..', __FILE__), 'src', 'marionette.modal.coffee'), 'r').read
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
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-05 00:00:00.000000000 Z
11
+ date: 2013-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler