pavement_condition_index 1.0.5 → 1.0.6

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: bce66be6a47892909611a2a8d901e768c6053fb3
4
- data.tar.gz: d34615aaa0769b0a4d9c59e25a358d3e7d263ea0
3
+ metadata.gz: b2d797877c38dcbba1d5bd413f18065bf98fa26a
4
+ data.tar.gz: ff25e54436cd464ca31f52d99abe18b63739db1c
5
5
  SHA512:
6
- metadata.gz: e7a05a5fc057b84965f60bedd0012053a0233f0c255152f1286fbf8266ea5beabe6cf129f9779593036815e39a1bb4ef3a1464909dc812b1acd5c9c35cd60c75
7
- data.tar.gz: fe54407b12136ee20d4d0ab7ceec99284505bdb4f221815d75ff59eb81f55eca271384149ae1e8c3ea3b8ff5da289a1fac6465bb85835350614cc6fab85e3da6
6
+ metadata.gz: f033c5938c9a999ccd842f3300c4653fd851263b60122b60e5246009d4674aaab250ac268519c66d4de8a019bb7db8f8ab741c78a23854a9e07b4856ce642821
7
+ data.tar.gz: dea5dcb74b5098a1bc2e1a380b68fda8b38b17259bbe99a1fbb67be3a6d194487d155c2dbd007c2306e685270a9bcc75c29d2fea4a318c77900ed02048e7abab
@@ -1,3 +1,3 @@
1
1
  module PavementConditionIndex
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Andy Monroe", "Nate Clark"]
10
10
  spec.email = ["hello@brandnewbox.com"]
11
11
 
12
- spec.summary = %q{Summary}
12
+ spec.summary = %q{A ruby solution for solving Pavement Condition Index using the ASTM D6433 Standard Practice for Roads and Parking Lots Pavement Condition Index Surveys}
13
13
  spec.homepage = "https://github.com/brandnewbox/pavement_condition_index"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pavement_condition_index
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Monroe
@@ -110,5 +110,6 @@ rubyforge_project:
110
110
  rubygems_version: 2.5.1
111
111
  signing_key:
112
112
  specification_version: 4
113
- summary: Summary
113
+ summary: A ruby solution for solving Pavement Condition Index using the ASTM D6433
114
+ Standard Practice for Roads and Parking Lots Pavement Condition Index Surveys
114
115
  test_files: []