ashmont 0.10.0a → 0.10.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/ashmont/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcb008259f49896fb281836edd75e5701a050f8d
4
- data.tar.gz: 6c5e797673039234747c45a8589fdfcc601a3328
3
+ metadata.gz: c280c54138a69e58a330ca560cebf4f2025e1414
4
+ data.tar.gz: 7e6b3dcd1fe38801b233212f775e896056da3b86
5
5
  SHA512:
6
- metadata.gz: f25c4589a4c5b9310a44e191724370b1abaa4c2c6c447536a5ef07e7a884c6fb17561717f51a55fed80912e1c310a864fd35e244758fa28bc02cd76a6e693cd9
7
- data.tar.gz: 7ad141cbecf25c450b2ffa4488480d82cc49f5447caab81e4234f42d1d3950b9af80660fb06749383be569638594fe37e2d77586930f0ed55bbbef9d76a3cd6f
6
+ metadata.gz: e0145e3239ef5134476eabb514c08a37c635ae912f603168a31b2330b3e4dcd7b89eba298cdb7237a8f6aa22f478adb7d67d556782156dc1d3b14260245fa37a
7
+ data.tar.gz: '087c60a85cff163a02ab6abb54c009bd1bb1a7fd53182980c1a69d864378c679773b49ce91cd6c5bd8bfe8f85284d77da12f0f43e72b9c1980df880bf86f6ec2'
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- Ashmont
1
+ Ashmont ![Code Status](https://travis-ci.org/captproton/ashmont.svg?branch=master)
2
2
  =======
3
3
 
4
4
  Ashmont is a set of classes that make it easier to use
@@ -1,3 +1,3 @@
1
1
  module Ashmont
2
- VERSION = "0.10.0a"
2
+ VERSION = "0.10.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ashmont
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0a
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoughtbot
@@ -183,9 +183,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
183
183
  version: '0'
184
184
  required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  requirements:
186
- - - ">"
186
+ - - ">="
187
187
  - !ruby/object:Gem::Version
188
- version: 1.3.1
188
+ version: '0'
189
189
  requirements: []
190
190
  rubyforge_project: ashmont
191
191
  rubygems_version: 2.6.10