ragabash 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d42cd072fab2ee2bdd2a55d6abe8ad229043d1b4
4
- data.tar.gz: 7771a05a26d6641686f919cb5520a5122b9c2a48
3
+ metadata.gz: 14fa9ace1cbf2894bd9e8208a4b1c255773c61d6
4
+ data.tar.gz: 07783b88f0766e1967f0d4632edf6586ee9cabbb
5
5
  SHA512:
6
- metadata.gz: 63d0cf60306fc1e3c8393e72d5c401a5a6c76c51d1183d8ab91e23e7fbaca94ff473c78f43b8ad8f3e31ba31dec9740a23c82b3cf5aeee7f5e1fb8c39b6e9b63
7
- data.tar.gz: 4407544f80bbfdde2d17e76c025105720a74a1298f6a999bdb3e50fc1d4bcf75f3becf94f08cbcf04fd8b7f579f2529628fa373b3a1cba687997ebefde2a35a6
6
+ metadata.gz: 686b9670a0e7e70247c47c3f439a72f1e549d14dfc33679f05739897d80fbfaccc28edb750502c19a4ad2572725fce772907f35019b025987f48dd71d1aaf205
7
+ data.tar.gz: 65aba7bbd8d146cffa1f4cba34fc9c787f17baac1f242820b60268413c7003ff7253f1f9a6cedf77443e934997aed5a7738e698df98b75b5af2d63d14ed8795a
data/README.md CHANGED
@@ -27,13 +27,13 @@ Or install it yourself as:
27
27
 
28
28
  ## Usage
29
29
 
30
- TODO: Write usage instructions here
30
+ Check out the documentation in the source or at [rubydoc.info](http://www.rubydoc.info/github/nomoon/ragabash).
31
31
 
32
32
  ## Development
33
33
 
34
34
  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.
35
35
 
36
- 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).
36
+ To install this gem onto your local machine, run `bundle exec rake install`.
37
37
 
38
38
  ## Contributing
39
39
 
@@ -160,6 +160,7 @@ module Ragabash
160
160
  alias frozen_copy safe_copy
161
161
  end
162
162
 
163
+ require "set"
163
164
  refine ::Set do
164
165
  def deep_dup
165
166
  set_a = to_a
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Ragabash
3
3
  # The version number.
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ragabash
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
  - Tim Bellefleur
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-25 00:00:00.000000000 Z
11
+ date: 2016-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler