capejs-rails 0.2.1 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 307e3c319bb34a8576f544665b31f4ce806a88cf
4
- data.tar.gz: 0b5d1459cd26a8af5837dbbddc16653d5ecb32bd
3
+ metadata.gz: b29198abd151d1e40b8505ea9f8d88d250cea5ea
4
+ data.tar.gz: 61b141aca7b87db0f217a18b36075c988ed4875f
5
5
  SHA512:
6
- metadata.gz: 3cd40e4e407049ae3a3ee91b03543a29cedf2ef4905b14419ad0648cbffa53eff97149300105193f64e4aceccb6e4622c6d66d7277218072725b2ceecd81ca8b
7
- data.tar.gz: 9df6b0b41eff8a57f4728ade7aed55b40614a3755b31d5a91bf6a67df0fa4a64b3b1b2064c5d93acd671f9255aab8ca4e25ac7bdd201144680f5246e488e4072
6
+ metadata.gz: 1942dd9f4ca4133e59a4c45ac76fd623ba5fa0bd137aa7e6058ea2013ffe75299f0e41449874d65ced1d1f3e4c51453e104c09133349310dfe343235d1e430f8
7
+ data.tar.gz: dee756edc8d7f5c6b712e24aa1332e8f6903bca9391c9bcefdcf821f6bf0de457f498f8ee5a85b0c4c5f2df474d82518785fcec6315512085ebe60d1cf44175a
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 Oiax Inc. and contributors.
3
+ Copyright (c) 2016 Tsutomu Kuroda and contributors.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/capejs-rails.svg)](https://badge.fury.io/rb/capejs-rails)
4
4
 
5
- This gem wraps the [Cape.JS](https://github.com/oiax/capejs) for use in Rails 4.2 and above.
5
+ This gem wraps the [Cape.JS](https://github.com/capejs/capejs) for use in Rails 4.2 and above.
6
6
 
7
7
  ## Usage
8
8
 
@@ -1318,8 +1318,8 @@ _extends(Router.prototype, {
1318
1318
 
1319
1319
  if (window.addEventListener) window.addEventListener('hashchange', self._.eventListener, false);else if (window.attachEvent) window.attachEvent('onhashchange', self._.eventListener);
1320
1320
 
1321
- this.currentHash = window.location.href.split('#')[1] || '';
1322
- this.navigate(this.currentHash);
1321
+ this._.currentHash = window.location.href.split('#')[1] || '';
1322
+ this.navigate(this._.currentHash);
1323
1323
  },
1324
1324
  stop: function () {
1325
1325
  var self = this;
@@ -1,6 +1,6 @@
1
1
  module CapeJS
2
2
  module Rails
3
- VERSION = '0.2.1'
4
- CAPEJS_VERSION = '1.5.0'
3
+ VERSION = '0.2.2'
4
+ CAPEJS_VERSION = '1.5.2'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capejs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tsutomu Kuroda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-18 00:00:00.000000000 Z
11
+ date: 2016-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -44,7 +44,7 @@ files:
44
44
  - lib/capejs/rails.rb
45
45
  - lib/capejs/rails/engine.rb
46
46
  - lib/capejs/rails/version.rb
47
- homepage: https://github.com/oiax/capejs-rails
47
+ homepage: https://github.com/capejs/capejs-rails
48
48
  licenses:
49
49
  - MIT
50
50
  metadata: {}