report_factory-rspec 0.2.1 → 0.2.2

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: 8c943137ff358723dcc006d8250bb5089fe4006e
4
- data.tar.gz: 20859a0d62631560dab34cceed539827b96861e8
3
+ metadata.gz: eed711c33a99b00834c031e480304b0826448d27
4
+ data.tar.gz: 88c5c53a96b4ae039ca1e185b6394ca9f45380ee
5
5
  SHA512:
6
- metadata.gz: d6da11a7fbfb3b61edeb8ac55a64146b01047f08cee0d9c9a3719dab2e31cb13d7d7d0f351955a618738479b307f698e88f26c06cb0d26d9a795cb65960fe8a6
7
- data.tar.gz: 3e2a0b2d5b641930daa5a6320000d6a027240752fb362a1f296077e381151dd1707b54bccf1ad173f44500cc0695bbd2ba93bfa01d27361646c5394fb7f95ea0
6
+ metadata.gz: 5dfa1410e963fad9b0740cd1eb5edf7fca81aeffdedc25b9157831ff9dbe8452942628943f6a8dc38bd5c0147a9f22a60932390ffd27fd258662fd4439c92d42
7
+ data.tar.gz: 823823d3b3c8980b174b3111c7697ee956ccbf9141bb40cca7a8cefd5d1d8dfc55fddf883fc931fc87ece398b0e43fb1d62fb37bbaf1edb59a5535924af545e9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- report_factory-rspec (0.2.0)
4
+ report_factory-rspec (0.2.2)
5
5
  rspec (~> 3.5)
6
6
 
7
7
  GEM
@@ -84,7 +84,7 @@ module ReportFactory
84
84
  end
85
85
 
86
86
  def print_success
87
- output.write "Report was successfullty submitted to ReportFactory\n"
87
+ output.write "Report has been successfully submitted to ReportFactory\n"
88
88
  end
89
89
 
90
90
  def print_error(response)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ReportFactory
4
4
  module Rspec
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: report_factory-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Starostenko
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-21 00:00:00.000000000 Z
11
+ date: 2018-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -102,5 +102,5 @@ rubyforge_project:
102
102
  rubygems_version: 2.6.12
103
103
  signing_key:
104
104
  specification_version: 4
105
- summary: report_factory-rspec_0.2.1
105
+ summary: report_factory-rspec_0.2.2
106
106
  test_files: []