algoliasearch-rails 1.1.4 → 1.1.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: 041314b13c5b2fcd737c3dbb68490c07f03da0bc
4
- data.tar.gz: afdb9fc9761aaad6983f5d8b3648bcb383e10a89
3
+ metadata.gz: ab25bbf17caadb44359a2aec7fa17989ad11d3eb
4
+ data.tar.gz: 8bd8289d5ccffeae30ec5788a25804523d62085a
5
5
  SHA512:
6
- metadata.gz: 65267280749d9b543035022acf729ffe1bd0aec7fb1fb92b34705ffcffca4114e22ffe04bcbee565fd303c5658e8dee3469b613fda9be5db87bdb2bf7812f811
7
- data.tar.gz: edfae803b4bd1aa594812fa7417c63a48db9c05ca7fe7a2341fc37a732f8b1b6bd68ff01993a701c9fdb3ca805ca9df07fe96d91a07c2c799f506cc0124d1d4f
6
+ metadata.gz: 1bfdde9d7f5b3dcb68f7ac9b08a8058e841026edc00de6c38d2b304de7cc02527f991cc0f17b4ec61eab701bc4a5d196bb95489b3a33478cf3ff592424586258
7
+ data.tar.gz: a945f5b21c81eb6909ebf3914b2417c9de0db2e8afa810db7d277988294e329d01d2c00df0989c95a5d5042eb0f6fa9ddf81bd2698584c03be9153c2ca696d8c
data/Rakefile CHANGED
@@ -11,6 +11,7 @@ begin
11
11
  gem.email = "contact@algolia.com"
12
12
  gem.authors = ["Algolia"]
13
13
  gem.files.exclude 'spec/integration_spec.rb'
14
+ gem.license = "MIT"
14
15
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
15
16
  end
16
17
  Jeweler::RubygemsDotOrgTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.4
1
+ 1.1.5
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "algoliasearch-rails"
8
- s.version = "1.1.4"
8
+ s.version = "1.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Algolia"]
12
- s.date = "2013-09-28"
12
+ s.date = "2013-10-01"
13
13
  s.description = "AlgoliaSearch integration to your favorite ORM"
14
14
  s.email = "contact@algolia.com"
15
15
  s.extra_rdoc_files = [
@@ -38,6 +38,7 @@ Gem::Specification.new do |s|
38
38
  "spec/utilities_spec.rb"
39
39
  ]
40
40
  s.homepage = "http://github.com/algolia/algoliasearch-rails"
41
+ s.licenses = ["MIT"]
41
42
  s.require_paths = ["lib"]
42
43
  s.rubygems_version = "2.0.3"
43
44
  s.summary = "AlgoliaSearch integration to your favorite ORM"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: algoliasearch-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Algolia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-28 00:00:00.000000000 Z
11
+ date: 2013-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -108,7 +108,8 @@ files:
108
108
  - spec/spec_helper.rb
109
109
  - spec/utilities_spec.rb
110
110
  homepage: http://github.com/algolia/algoliasearch-rails
111
- licenses: []
111
+ licenses:
112
+ - MIT
112
113
  metadata: {}
113
114
  post_install_message:
114
115
  rdoc_options: []