geo_rails 0.0.5 → 0.0.6

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: 42bc5107783957bb0f02531f28725790ac3711df
4
- data.tar.gz: 7996575f6ff21782e1806cd805d7abb8d719ae2e
3
+ metadata.gz: ed154f0b5470f8ad4107a77a28e042f15e2a2bd8
4
+ data.tar.gz: 9ce0efc4a559c6baef01804cd62e9bfab0112457
5
5
  SHA512:
6
- metadata.gz: 04dc19905a0e280cefc774adb7e00f114ab224d902dbd6a3fd3a864606c0d907f6214a799e137a0166ce35be2c3241944e65d47f759a5a69f54cfa9e32b24f87
7
- data.tar.gz: f4b5dfe727828c74ffa1b04c67dd3645680753723479477199356431f7876c00431334d741a0047474d0b667fb189117d1bbcf22494dcc42e4ee8b40ae6909bf
6
+ metadata.gz: ffb7de6e1ade6d7f594689490b9a4208b42bb0ef8a959038dff121b5cd444553ddcd02840202e92bb6834b0dd4fd3ec8be83cbd96dc31bb9bced72a2eeb2062b
7
+ data.tar.gz: b9e3fde8ac8af8354731e3916e35c00be30920890f15a77101994fe8fe9752beb0788df65fed19f062591636b49a90d83eb58aace37e4ac413c50d97668cfd44
@@ -18,7 +18,7 @@ if( navigator.geolocation )
18
18
  data: {
19
19
  lat: lat,
20
20
  lng: lng,
21
- "authenticity_token": $("#authenticity_token").val()
21
+ authenticity_token: $("#authenticity_token").val()
22
22
  }
23
23
  });
24
24
 
@@ -42,7 +42,7 @@ if( navigator.geolocation )
42
42
  url: "<%= url %>" ,
43
43
  data: {
44
44
  error: errorMessage,
45
- "authenticity_token": $("#authenticity_token").val()
45
+ authenticity_token: $("#authenticity_token").val()
46
46
  }
47
47
  });
48
48
 
@@ -65,7 +65,7 @@ else
65
65
  url: "<%= url %>" ,
66
66
  data: {
67
67
  error: "unsupported browser",
68
- "authenticity_token": $("#authenticity_token").val()
68
+ authenticity_token: $("#authenticity_token").val()
69
69
  }
70
70
  });
71
71
  }
@@ -1,3 +1,3 @@
1
1
  module GeoApi
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geo_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - "末永良太"
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-02 00:00:00.000000000 Z
11
+ date: 2016-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails