nazrin 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +2 -1
- data/lib/nazrin/version.rb +1 -1
- data/nazrin.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c48ed17749fd3c28a0f1ebd4315b47668bce58d
|
|
4
|
+
data.tar.gz: 2ce59a71ce80485057764d0972dafde18fd817d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80bb877b98842567bee0dc6c265f9543fda945a27facd3666fd4d021de5df619362098fbc638b952c7f27fafa67354ea91eeaf5477c5aa5bbc61b15ab5028acb
|
|
7
|
+
data.tar.gz: 7d5834c17d9df1d79dfa804eff2f7077a1efa597fb00113a22c1c403394ef0d695b940e84379fc869c80b339a0c3e9b87f2dfa1cc1a6f7a78bcabb44a63126fa
|
data/README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Nazrin
|
|
2
|
+
[](https://badge.fury.io/rb/nazrin)
|
|
2
3
|
[](https://travis-ci.org/tsuwatch/nazrin)
|
|
3
4
|
[](https://coveralls.io/github/tsuwatch/nazrin?branch=readme)
|
|
4
5
|
[](https://codeclimate.com/github/tsuwatch/nazrin)
|
|
5
6
|
|
|
6
|
-
Nazrin is a Ruby wrapper for Amazon CloudSearch, with optional ActiveRecord support for easy integration with your Rails application.
|
|
7
|
+
Nazrin is a Ruby wrapper for Amazon CloudSearch (aws-sdk), with optional ActiveRecord support for easy integration with your Rails application.
|
|
7
8
|
|
|
8
9
|
*Nazrin has the ability of the extent which find what you're looking for...*
|
|
9
10
|
|
data/lib/nazrin/version.rb
CHANGED
data/nazrin.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ['Tomohiro Suwa']
|
|
10
10
|
spec.email = ['neoen.gsn@gmail.com']
|
|
11
11
|
|
|
12
|
-
spec.summary = '
|
|
13
|
-
spec.description = '
|
|
12
|
+
spec.summary = 'Ruby wrapper for Amazon CloudSearch (aws-sdk)'
|
|
13
|
+
spec.description = 'Ruby wrapper for Amazon CloudSearch (aws-sdk), with optional ActiveRecord support for easy integration with your Rails application'
|
|
14
14
|
spec.homepage = 'https://github.com/tsuwatch/nazrin'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nazrin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomohiro Suwa
|
|
@@ -150,7 +150,8 @@ dependencies:
|
|
|
150
150
|
- - ">="
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '0'
|
|
153
|
-
description:
|
|
153
|
+
description: Ruby wrapper for Amazon CloudSearch (aws-sdk), with optional ActiveRecord
|
|
154
|
+
support for easy integration with your Rails application
|
|
154
155
|
email:
|
|
155
156
|
- neoen.gsn@gmail.com
|
|
156
157
|
executables: []
|
|
@@ -199,5 +200,5 @@ rubyforge_project:
|
|
|
199
200
|
rubygems_version: 2.4.5.1
|
|
200
201
|
signing_key:
|
|
201
202
|
specification_version: 4
|
|
202
|
-
summary:
|
|
203
|
+
summary: Ruby wrapper for Amazon CloudSearch (aws-sdk)
|
|
203
204
|
test_files: []
|