nazrin 0.1.0 → 0.1.1

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: 6d03528ffd79f464894276ab31d21064a1b5a520
4
- data.tar.gz: 642b162721c1ce29d9dc0740f07561a68903d94c
3
+ metadata.gz: 4c48ed17749fd3c28a0f1ebd4315b47668bce58d
4
+ data.tar.gz: 2ce59a71ce80485057764d0972dafde18fd817d8
5
5
  SHA512:
6
- metadata.gz: 4b63c8362a8abe722710d0457d0e05be037914b81815f1806cfef6fe81a218194ce983563fafa8cf57feb6809ef119b79b5905b9af3db71905f9810f41054d7e
7
- data.tar.gz: c4d54360ba11ba6cb82491834781295cf9412967de7aa0f2a8d8fea17ca44e1a98851d3441355898231ca52b8089f81a90b8802821b527cfbc35ba255f8eef44
6
+ metadata.gz: 80bb877b98842567bee0dc6c265f9543fda945a27facd3666fd4d021de5df619362098fbc638b952c7f27fafa67354ea91eeaf5477c5aa5bbc61b15ab5028acb
7
+ data.tar.gz: 7d5834c17d9df1d79dfa804eff2f7077a1efa597fb00113a22c1c403394ef0d695b940e84379fc869c80b339a0c3e9b87f2dfa1cc1a6f7a78bcabb44a63126fa
data/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # Nazrin
2
+ [![Gem Version](https://badge.fury.io/rb/nazrin.svg)](https://badge.fury.io/rb/nazrin)
2
3
  [![Build Status](https://travis-ci.org/tsuwatch/nazrin.svg?branch=master)](https://travis-ci.org/tsuwatch/nazrin)
3
4
  [![Coverage Status](https://coveralls.io/repos/tsuwatch/nazrin/badge.svg?branch=readme&service=github)](https://coveralls.io/github/tsuwatch/nazrin?branch=readme)
4
5
  [![Code Climate](https://codeclimate.com/github/tsuwatch/nazrin/badges/gpa.svg)](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
 
@@ -1,3 +1,3 @@
1
1
  module Nazrin
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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 = 'Nazrin is a Amazon CloudSearch client'
13
- spec.description = 'Nazrin is a Amazon CloudSearch client'
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.0
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: Nazrin is a Amazon CloudSearch client
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: Nazrin is a Amazon CloudSearch client
203
+ summary: Ruby wrapper for Amazon CloudSearch (aws-sdk)
203
204
  test_files: []