rspec_boolean 0.0.2 → 0.0.3

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: bf937dd7effc31bb91a0834f698a47f0d0392e2d
4
- data.tar.gz: c6e3d4ed7994092fb257051d5459a69820365310
3
+ metadata.gz: bb7152c3b6066f63b73987145786c0f789ded535
4
+ data.tar.gz: ffb1fcbbe47a56cc996cae5db08c57a8f5759930
5
5
  SHA512:
6
- metadata.gz: 56ece245b386f1bbbd75150871a2f04de2046f26ec43caa832c7f2fddf7a2abcf6d9f2df4a47781fa7f97c2edaaba10e29e55adc317447682a11555d79db7c1e
7
- data.tar.gz: 33ba3b1de1379f2354e4046ae73848b348667a1a6baf939cd7bab04e3414962fe264848eb7bc3f97327d2bbbc2e583b74180e0c21bfc0ce3155164c77cbb3867
6
+ metadata.gz: 878599fefa0be19dedae2f425aa8901f4648d4158d0bdeab4692180a308d6602c2106e2980c8e6943dd4f2de05b63afda9f8e4df6e0a1354d105e1fff5c51db8
7
+ data.tar.gz: eaa51dc40c61edd9ca6cda6464ee547d047d797a21a9cbc721aacf1879bd2dd577664d426ce4b24d0f7a5cf800368e4c78faa5a7b21b9f67d412726a5cdd159e
data/README.md CHANGED
@@ -1,12 +1,11 @@
1
1
  # RspecBoolean
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/rspec_boolean`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Welcome to rspec_boolean, with this gem you can use "be_boolean" expectation to your tests
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
6
5
 
7
6
  ## Installation
8
7
 
9
- Add this line to your application's Gemfile:
8
+ Add this line to your application's Gemfile in the group :development, :test:
10
9
 
11
10
  ```ruby
12
11
  gem 'rspec_boolean'
@@ -16,21 +15,13 @@ And then execute:
16
15
 
17
16
  $ bundle
18
17
 
19
- Or install it yourself as:
20
-
21
- $ gem install rspec_boolean
22
-
23
18
  ## Usage
24
19
 
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
20
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
21
+ ```ruby
22
+ expect(false).to be_boolean
23
+ ```
32
24
 
33
25
  ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rspec_boolean.
26
+ Fork the repo, send bug reports and pull requests on GitHub at https://github.com/compersionapps/rspec_boolean.
36
27
 
@@ -1,3 +1,3 @@
1
1
  module RspecBoolean
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_boolean
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lorenzo Sinisi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-15 00:00:00.000000000 Z
11
+ date: 2015-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-rails