grand_central 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a9b9b9193055a734c28ba94f564a1a950aad63a
4
- data.tar.gz: 397dd01f44a20a629770fbb015659399704eb1b6
3
+ metadata.gz: af24a592b304378e3f1fd4d627d7ecc42c5809be
4
+ data.tar.gz: c15cab4a70af858a3bf1ff20c06a7c7952cbcd55
5
5
  SHA512:
6
- metadata.gz: 9fb86b6002564fcdade0e8b96564221e7863372d93524fdb3642caf54af7f22a85f132b9da35a9a7157bdc8ef084810783cc1f90747c98f7073fd0837a507287
7
- data.tar.gz: b01f2ab4e65f82400556af953d151572386e94927b1e3d2c09fb6dbac8f25814eb6c40d600149c72f5e495146fe6faee9bd3053662bf3a33ccab6ab798c580e3
6
+ metadata.gz: d072a9ddfdd1a96be5d77c9152fa461924d3f4a77867bad32849c421cbf2b1d31aaee66c44a71f608833ac9fd4ec4789d033970caeb96e94575f0c82d74b5c41
7
+ data.tar.gz: ba054082559fd39053e89d5099a65a7019df1df594248818118dbbcbdbfc753a580b2967e1a76e3883af4a7c681f3d8ce476b77ba32b8ba0319e40086f00b232
@@ -1,3 +1,3 @@
1
1
  module GrandCentral
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/lib/grand_central.rb CHANGED
@@ -1,11 +1,11 @@
1
1
  require "grand_central/version"
2
2
  require "grand_central/store"
3
3
  require "grand_central/action"
4
- require "opal"
5
4
 
6
5
  module GrandCentral
7
6
  end
8
7
 
9
8
  if RUBY_ENGINE != 'opal'
9
+ require "opal"
10
10
  Opal.append_path File.expand_path('..', __FILE__)
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grand_central
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Gaskins
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-01 00:00:00.000000000 Z
11
+ date: 2015-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opal