rspex 0.0.1 → 0.0.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: ab08bdbbadaea4655f6b178d70dfa10b0d30e42b
4
- data.tar.gz: 84d87b8fc74132edb3fbe2fc1c3d97ded5ccb6bf
3
+ metadata.gz: 99cb5d8dc269dd4afbaf3924274f2307860f877c
4
+ data.tar.gz: 649b0141c761d4328ceb3fd38f0757bd56610c83
5
5
  SHA512:
6
- metadata.gz: 4f8e0f336f9e66126c3687f3229fb2cab82620cf1b054bfd6271c07901d41b75b46b04722b918fa110bc06f3b13bfdcb9adb55617131cc63fd38d190125b7ca9
7
- data.tar.gz: 361be64e0165cc7b43dfb80e3b47d0ba31a88e79ac58c68686ea13d51a329c17a4ebc07aa116adaa1e06f72d9e4b4e0df51d3a0072a486510bbae281ec0a37d5
6
+ metadata.gz: 2530a87b4a3419548ca1f61cffd713848715f2801cd2ed6614517d34aa19624401247a5a7eef910ea108811cab44bce8ca3d8461ca6f4f854e93c1dc6a365805
7
+ data.tar.gz: 91054ebbab3b427b4379e0b83d670a643681265d6a0e60c9443bb9394f5aa11ca23d96e8eaa6391ecf327b484ad67c61c0c8d1903affadbf60c25aa4272d0f12
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rspex (0.0.1)
4
+ rspex (0.0.2)
5
5
  thor
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  class RSpecExamples
2
- SPEC_PATH = "#{Gem.path[0]}/gems/*/spec/**/*_spec.rb"
2
+ SPEC_PATH = "#{Gem.path[1]}/gems/*/spec/**/*_spec.rb"
3
3
  attr_reader :examples, :size
4
4
 
5
5
  def initialize(spec_path=SPEC_PATH)
data/lib/rspex/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RSpex
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - '@aq2bq'
@@ -74,6 +74,8 @@ files:
74
74
  - lib/rspex.rb
75
75
  - lib/rspex/cli.rb
76
76
  - lib/rspex/version.rb
77
+ - pkg/rspex-0.0.1.gem
78
+ - pkg/rspex-0.0.2.gem
77
79
  - rspex.gemspec
78
80
  - spec/rspec_examples_spec.rb
79
81
  homepage: https://twitter.com/aq2bq