simplestate 1.0.2 → 1.0.3

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: 7abc97892a428fc5a7e07d249979088b2182150a
4
- data.tar.gz: bf7635b3f32bd05dfcfe05accf0e2f428869895c
3
+ metadata.gz: 53f1d0883e14a61a86ec02d8359991067a2412b5
4
+ data.tar.gz: 38880f1cb1d09b4cacd6b1ea298f2f967f93630a
5
5
  SHA512:
6
- metadata.gz: 2d59f72abaf01e725ca6abb531875308f33fbe90149ebe3387a81f33e82dfdab1044c8632835b1fc263de65fe39bccd7f5b991f679a9eb4ef29e70a9d801b977
7
- data.tar.gz: 923b532e4ab331853c56d43307cedbea32bc3d5aaff1c4014deffbc04f141e45ef8705b9c6d838b255fffa23daa5a9212ead6f0491ad6d8d58eb4a40c3add969
6
+ metadata.gz: 7499fdb20e9eb419bdb4c60e0a8c4e8397b6d45556190aa42fa3a668c8841173133ad4c9b331fd32202c1098252cfd08b1ad6714f398f04a7fdb6f5571aa34eb
7
+ data.tar.gz: 29dcb02a648c3b273c199598eaec5d493f50c831384638eb6c849f77eb882f6546176b36d823b4a37924b4788269f4b007eb49a4dfceacd68aedff0ba9d352ec
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ /.coveralls.yml
data/.travis.yml CHANGED
@@ -1,6 +1,5 @@
1
1
  language: ruby
2
2
  rvm:
3
- - "1.8.7"
4
3
  - "1.9.2"
5
4
  - "1.9.3"
6
5
  - "2.2.3"
data/Gemfile CHANGED
@@ -1,4 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
+ gem 'coveralls', require: false
4
+
3
5
  # Specify your gem's dependencies in simplestate.gemspec
4
6
  gemspec
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
- [![Coverage Status](https://coveralls.io/repos/github/dpneumo/simplestate/badge.svg?branch=master)](https://coveralls.io/github/dpneumo/simplestate?branch=master)
1
+ [![Build Status](https://travis-ci.org/dpneumo/simplestate.svg?branch=master)](https://travis-ci.org/dpneumo/simplestate) [![Coverage Status](https://coveralls.io/repos/github/dpneumo/simplestate/badge.svg?branch=master)](https://coveralls.io/github/dpneumo/simplestate?branch=master)
2
+ [![Code Climate](https://codeclimate.com/github/dpneumo/simplestate/badges/gpa.svg)](https://codeclimate.com/github/dpneumo/simplestate)
2
3
 
3
4
  # Simplestate
4
5
 
data/Rakefile CHANGED
@@ -7,4 +7,4 @@ Rake::TestTask.new(:test) do |t|
7
7
  t.test_files = FileList['test/**/*_test.rb']
8
8
  end
9
9
 
10
- task :default => :spec
10
+ task :default => :test
@@ -1,3 +1,3 @@
1
1
  module Simplestate
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
data/simplestate.gemspec CHANGED
@@ -14,6 +14,9 @@ Gem::Specification.new do |spec|
14
14
  spec.homepage = "https://github.com/dpneumo/simplestate"
15
15
  spec.license = "MIT"
16
16
 
17
+ # This gem will work with 1.9.2 or greater...
18
+ spec.required_ruby_version = '>= 1.9.2'
19
+
17
20
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
18
21
  # delete this section to allow pushing this gem to any host.
19
22
  if spec.respond_to?(:metadata)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplestate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell C Kuppinger
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-05 00:00:00.000000000 Z
11
+ date: 2016-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -89,7 +89,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="
91
91
  - !ruby/object:Gem::Version
92
- version: '0'
92
+ version: 1.9.2
93
93
  required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - ">="