user_settings 0.0.1 → 0.0.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmQ2NTljMjc0NjVmN2NiMTFjYjE4NDZiOTE2MzlmYzgxNTkyNWMxNA==
4
+ NTVkMzZiYThmZGRhMWFmZTg5NDA1NDgyYzkxMTllOTZmZmRjMzJjZQ==
5
5
  data.tar.gz: !binary |-
6
- NGJhZDBjMzg5ODA2YmRhZDA4OWYwMWZjOTIyZjdlODgwZDc4ZGUxZQ==
6
+ ZmEwNzRmNTQzNDQ3ZjcwMmQ3MTkyNGYxY2I5ZDBiN2EwMmVkMjE5ZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NTU5NTRhMGJhN2JmZmVhYTc3MTNiNjMzMTdlYTkzZGU1ODEwMzQ2N2EwODJi
10
- NzA0NmYwMWYxZTk2ZDk2NTk2YmNjNDJlZWUxYTI2ZDk3MzZlNWZlYWQ0ZWY2
11
- ZTU4NTY0Nzg3MDExNDBhMTRjODMwMDM4M2NlNGM2MmNhYTM4MWY=
9
+ OGUzZDdlYTc2NWJlYmIyZGRlMWU5NjFmNTRkZTNhODRmNzMzZTJiZWRjYzE3
10
+ M2E4OWQ5OTU4MWI4YjE3YTc5OWU5NDQ0ZDRjMWI1N2I3MWRkOTQzNWE0NDA1
11
+ MmJlOWY5N2M2ZTgyNzk1ODM4M2Y4ZDUzMTM5MzhlNThlODk5Mzc=
12
12
  data.tar.gz: !binary |-
13
- MTc1YzExY2I2Y2NmNDRlYmYxMTk5ZTUyYzM3ZTIyOTQ0MDUyMTQxZjA2ZWZk
14
- YjkxZGEyMzk3NzZmMzAxMWI0MWRjZmMzZjM4NDZmNjQyZTE1YTZhNTkwYTYz
15
- NjdmM2VkOTI1MzQ1MWNhZWI5YjlhMzcxYzlhYzU4OTBjMTRlY2M=
13
+ OGIyYjdhZDgwMjY5MGMzNzQ0NDM1YjU1ZTEyMDk0Zjc4NjgyMmY1MTZiYWJj
14
+ NzA1NmEyZTQ4NzI2NzZiZGE5NGVhZTcxZWE2NjFkNWQzZGFjNDdhZmNhY2Jj
15
+ NzkyNzc3Y2IwYzI3MzNiYjRjYzI3ODI0YWUzMjlkOTA0OTg0ZDg=
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # UserSettings
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/user_settings.png)](http://rubygems.org/gems/user_settings)
3
4
  [![Code Climate](https://codeclimate.com/github/dinks/user_settings.png)](https://codeclimate.com/github/dinks/user_settings)
4
-
5
5
  [![Travis](https://api.travis-ci.org/dinks/user_settings.png)](https://travis-ci.org/dinks/user_settings)
6
+ [![Coverage Status](https://coveralls.io/repos/dinks/user_settings/badge.png)](https://coveralls.io/r/dinks/user_settings)
6
7
 
7
8
  To save user based settings to redis, retrieve them and delete them.
8
9
 
@@ -1,3 +1,3 @@
1
1
  module UserSettings
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/spec/spec_helper.rb CHANGED
@@ -6,6 +6,9 @@ require 'rails/test_help'
6
6
  require 'rspec/rails'
7
7
  require 'capybara/rails'
8
8
 
9
+ require 'coveralls'
10
+ Coveralls.wear!
11
+
9
12
  Rails.backtrace_cleaner.remove_silencers!
10
13
  Capybara.default_driver = :rack_test
11
14
  Capybara.default_selector = :css
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
16
16
  spec.files = `git ls-files`.split($/)
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ spec.platform = Gem::Platform::RUBY
19
20
  spec.require_paths = ["lib"]
20
21
 
21
22
  spec.add_runtime_dependency "redis"
@@ -30,4 +31,5 @@ Gem::Specification.new do |spec|
30
31
  spec.add_development_dependency "pry-debugger"
31
32
  spec.add_development_dependency "rspec-rails"
32
33
  spec.add_development_dependency "mock_redis"
34
+ spec.add_development_dependency "coveralls"
33
35
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: user_settings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dinesh Vasudevan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-19 00:00:00.000000000 Z
11
+ date: 2013-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis
@@ -164,6 +164,20 @@ dependencies:
164
164
  - - ! '>='
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
+ - !ruby/object:Gem::Dependency
168
+ name: coveralls
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - ! '>='
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - ! '>='
179
+ - !ruby/object:Gem::Version
180
+ version: '0'
167
181
  description: ! ' Stores and Accesses User Settings '
168
182
  email:
169
183
  - dinesh.vasudevan@gmail.com