union_find_tree 0.1.1 → 0.1.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: 9e64ce0df47e7478e84825ba639d1ed6ff8e1d88
4
- data.tar.gz: fbe934f0321ee5fec474351fb048ccb0fc88b3e6
3
+ metadata.gz: 61fe0fb4114890be13b75ae3e6028a8b0103dc87
4
+ data.tar.gz: ce3b14eb21076240e8d24b4cbfe780ea9c6e8cfb
5
5
  SHA512:
6
- metadata.gz: 43ea5aa997412d6b2630dd00638e814280b7ff54fb418ebabaf43ae37649312829ecf82c1a480a927719b500105fe1531ccb6d006175dff3a1839d6ec4700ac1
7
- data.tar.gz: b05faa03b50b6b6cc2d76514e9f1e16bcab5c0ef627079b4a41420be90aee58022871d55d7b31110f7a668e02f1c1cc2e9493285247665704c7697d80eaf54e0
6
+ metadata.gz: ad93cafea9d4500b5d04141a92c78a6e7184b5bfae269fbe092bacef08d485e902fc95c664b6c7293455c427ee2e4cec2a907d59802de4db4c05de5548970f58
7
+ data.tar.gz: 264d9bc1f06864b21497559aa7684c8e002e5e265fd20d9d2fe8cc8c7eb6766cbd37d2e84c5bb2a706a9a061986694dfb6e63c6edf8e9d3fb65cd720390b01f2
data/README.md CHANGED
@@ -68,7 +68,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
68
68
 
69
69
  ## Contributing
70
70
 
71
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/union_find_tree. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
71
+ Bug reports and pull requests are welcome on GitHub at https://github.com/getty104/UnionFIndTree. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
72
72
 
73
73
 
74
74
  ## License
@@ -1,3 +1,3 @@
1
1
  module UnionFindTree
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{ This is a union_find_tree library. }
13
13
  spec.description = %q{ This is a union_find_tree library. It is used for connecting and grouping items. you can connect any object}
14
- spec.homepage = "https://github.com/getty104/UnionFIndTree"
14
+ spec.homepage = "https://github.com/getty104/UnionFindTree"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: union_find_tree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - getty104
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-08 00:00:00.000000000 Z
11
+ date: 2017-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -74,7 +74,7 @@ files:
74
74
  - lib/union_find_tree/version.rb
75
75
  - union_find_tree.gemspec
76
76
  - wercker.yml
77
- homepage: https://github.com/getty104/UnionFIndTree
77
+ homepage: https://github.com/getty104/UnionFindTree
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}