ensure_it 0.1.3 → 0.1.4

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ensure_it
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Ovchinnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-30 00:00:00.000000000 Z
11
+ date: 2014-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -136,6 +136,7 @@ files:
136
136
  - ".gitignore"
137
137
  - ".rspec"
138
138
  - ".travis.yml"
139
+ - ".yardopts"
139
140
  - Gemfile
140
141
  - LICENSE.txt
141
142
  - README.md
@@ -154,6 +155,7 @@ files:
154
155
  - lib/ensure_it/ensure_symbol.rb
155
156
  - lib/ensure_it/errors.rb
156
157
  - lib/ensure_it/patch.rb
158
+ - lib/ensure_it/string_utils.rb
157
159
  - lib/ensure_it/version.rb
158
160
  - lib/ensure_it_refined.rb
159
161
  - lib/tasks/ensure_it_benchmark.thor
@@ -169,6 +171,7 @@ files:
169
171
  - spec/lib/ensure_symbol_spec.rb
170
172
  - spec/lib/errors_spec.rb
171
173
  - spec/lib/patch_spec.rb
174
+ - spec/lib/string_utils_spec.rb
172
175
  - spec/spec_helper.rb
173
176
  - spec/support/example_groups/ensure_it_example_group.rb
174
177
  - spec/support/matchers/warn_matcher.rb
@@ -213,6 +216,7 @@ test_files:
213
216
  - spec/lib/ensure_symbol_spec.rb
214
217
  - spec/lib/errors_spec.rb
215
218
  - spec/lib/patch_spec.rb
219
+ - spec/lib/string_utils_spec.rb
216
220
  - spec/spec_helper.rb
217
221
  - spec/support/example_groups/ensure_it_example_group.rb
218
222
  - spec/support/matchers/warn_matcher.rb