apstrings 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/setup +7 -0
  3. data/lib/apstrings/version.rb +1 -1
  4. metadata +3 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be7cedd2dbf8bae610fa2e41cf566a941ff5cd94
4
- data.tar.gz: 910dd14e5e9b48a8a9beb5f1255246a4ee5ba619
3
+ metadata.gz: cb0c48b0b98d4a1420e157897e339beeb45c28ed
4
+ data.tar.gz: c00b6f0d6d440ba8e0c17f13534f52eb2cad149a
5
5
  SHA512:
6
- metadata.gz: 85f48b5b8088f7f12cacf27f9971d6274747cc2c0a21c870d1ac6d199a1dbd0a128ea30e8cf7b1bfe5d7c2639e4d248ed5ae6a69936cbf10d7028332d3ccb37e
7
- data.tar.gz: c41ea1800c06125f7eb7ca3493646c3182918329f87d67853c56f4198674160ba2d683dac7dc0d302df9418a7bb09b87dec4bf3d60fe41fcca74147c2bf81446
6
+ metadata.gz: 59384e5bfe3ed512c2e2238c083f7cc9361891e11c7cd12a811ab85289642c3d00eb5879ba1f40938410be83ca00d26d0e70376292f278c1a6f830f0d9cadb13
7
+ data.tar.gz: b28dd9e7751a9f3e07831246651a9ff564c44f0cc0f4c71741df4c9e938758ad72a0259ec321d6232c8f38d8846dd8e7a2a4dfe95801ad7ce1a5041c710f783c
data/bin/setup ADDED
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
6
+
7
+ # Do any other automated setup that you need to do here
@@ -1,3 +1,3 @@
1
1
  module Apstrings
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apstrings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - JasonWorking
@@ -86,6 +86,7 @@ email:
86
86
  executables:
87
87
  - apstrings
88
88
  - console
89
+ - setup
89
90
  extensions: []
90
91
  extra_rdoc_files: []
91
92
  files:
@@ -99,6 +100,7 @@ files:
99
100
  - apstrings.gemspec
100
101
  - bin/apstrings
101
102
  - bin/console
103
+ - bin/setup
102
104
  - lib/apstrings.rb
103
105
  - lib/apstrings/dot_string_file.rb
104
106
  - lib/apstrings/kv_pair.rb