chair 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cfab2cfe22182e362af7c3958e7c20d906f69510
4
- data.tar.gz: 8fdc21582f8c3f8af34c03a0c1af94fa1826e88f
3
+ metadata.gz: 1066c255cbdd245280d4440bf43f124e555b635f
4
+ data.tar.gz: 217d099b30cb87406a3fb00560fe7a7766cda429
5
5
  SHA512:
6
- metadata.gz: d74dc734076ed87b19b1f5f12c71d8f3118c8539e38dfc2954f71a5000eae1f73e1c977248bafe1c8dac850f924a23c5645297318b989a5d58490c1856e81deb
7
- data.tar.gz: a7b060604bcb97cef3cfb5f15272747493bbe5fe4221b6b0e3d00fd4c0150451c86f4c380a14c293e5e8eb8516883a4699906131c5f93c15e1bc77d26d59993d
6
+ metadata.gz: 7fe453287896099ea4f7a8ad47c5ea8e74cdedd04cc09758d2198019fcf5b04a780fefe934d43b87cedbb1a6d21f44d1f0454c694fe8aad18cd8b16256b03c7d
7
+ data.tar.gz: e0b2093646ff035e89fcdcca888adc6cf5ffbe9699489ff358b532f71074bf5c0bc657aef0262e2b8c82d55bccdccefd56c8bdcdcd49804070a15b0d30223185
data/chairs.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Chair::VERSION
9
9
  spec.date = '2014-06-04'
10
10
  spec.summary = "Tables!"
11
- spec.description = "A pure ruby table implementation with arbitray column indices"
11
+ spec.description = "A pure ruby table implementation with arbitrary column indices"
12
12
  spec.authors = ["Katherine Whitlock"]
13
13
  spec.email = 'toroidalcode@gmail.com'
14
14
 
data/lib/chair/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Chair
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chair
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katherine Whitlock
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: A pure ruby table implementation with arbitray column indices
55
+ description: A pure ruby table implementation with arbitrary column indices
56
56
  email: toroidalcode@gmail.com
57
57
  executables: []
58
58
  extensions: []