ajaxify_rails 0.8.6 → 0.8.7

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: ba0012c77ba9a8760e3fb98f3dc17b8886a7926b
4
- data.tar.gz: aeb1a058cb4635e143fb4a9ca4504b2cd565d388
3
+ metadata.gz: 803dfb40c865ab0b8a72d060b4aae7c31c7fde51
4
+ data.tar.gz: 6794aea221fc65a1df7609199af70d18602f0d93
5
5
  SHA512:
6
- metadata.gz: ebd48960b8abca1fb59949613e3ab34154ba5f4e62ad2f29963ad83b362e6984ff00d1f088fe33382d6bf516c99bfdf13b0804d88fb53c9bd7699589905c4470
7
- data.tar.gz: 5bddacac291cd96d987d8a512c930d9a4770677f192efe210654e39f87700c88f2653f0c717a3f5e78ce0340f89c2f9846ab3d472a18cbdde8f7c05f34fe8b83
6
+ metadata.gz: 36a8cf763f353e781aab57bce686bea2645b6fc067dcebf319b67cf22366291b7122b167688afd0098a89739e2dbe64842736ee31d7c5d2495bbe6f145cb6498
7
+ data.tar.gz: bfdbc4250a198ab07cbdc11eb2893e2f3cc75fa4c4ef86ce91ec15a63780407f86323bbd41f20ad61097d4a684d0722a7ff1c0792b1339709c5a2d2acf2b0837
@@ -18,6 +18,7 @@ Gem::Specification.new do |gem|
18
18
  gem.name = "ajaxify_rails"
19
19
  gem.require_paths = ["lib"]
20
20
  gem.version = AjaxifyRails::VERSION
21
+ gem.license = 'MIT'
21
22
 
22
23
  gem.add_dependency 'rails', '>= 3.1.0'
23
24
 
@@ -1,3 +1,3 @@
1
1
  module AjaxifyRails
2
- VERSION = "0.8.6"
2
+ VERSION = "0.8.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ajaxify_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.6
4
+ version: 0.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nico Ritsche
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-29 00:00:00.000000000 Z
11
+ date: 2013-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -224,7 +224,8 @@ files:
224
224
  - spec/spec_helper.rb
225
225
  - vendor/assets/javascripts/ajaxify_rails.js.coffee
226
226
  homepage: https://github.com/ncri/ajaxify_rails
227
- licenses: []
227
+ licenses:
228
+ - MIT
228
229
  metadata: {}
229
230
  post_install_message:
230
231
  rdoc_options: []