brutalitops 1.0.1 → 1.0.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
  SHA256:
3
- metadata.gz: 90b13fda7a7a5079244ae8b974fb3f0b8ee2acfbbc5ddb6d7b49731b636c5a82
4
- data.tar.gz: d11b46b9ff069374d71f949d249d0aca175d40c8b98845473af999a1a569ba00
3
+ metadata.gz: 1e3c88bf1e83a9c741388b70a47a77f174db38cd4751e2f62234700035f7868b
4
+ data.tar.gz: ea40e01f6caeaa37854975d7b0e576e7bf4c1c1ddd7f93efc6e5921b8eaa6720
5
5
  SHA512:
6
- metadata.gz: 22072c221ba4c31f5e25575bbba5754206df46425c5bab6a4ecd3b1b2bc2a5bab0e3dbcb485ea048992b4d3accde513b804c40e96719fdc912c134706c8df40d
7
- data.tar.gz: af1bd27da73a058fe3d11458bd7e9f8d3524ba4c5927f1c1e790b04bad9a13d172f1d3a841137e231da3567b5e6779f8c7bd6232bbecd0abaddb33491673fc1a
6
+ metadata.gz: 33d0ace1af1114dfec578f93d18e09c80b15569fd1b2755f9883dd5e3a8a6f13f47233c3c14c62824773abf614e2da0384a1aadb1c95d4ff897e2adbbf242f04
7
+ data.tar.gz: e23715599e93015f0c84dfc1bc7a353c97682224ca1d9bd4c3dcefd08bbb79b05f626ab1c7180217ab06bdc471fd2ee2dc053e66b1e1b4a99b187a1c51899e5c
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- module Brutalitops
2
+
3
3
  class Brutalitops
4
4
 
5
5
  def initialize(min, max, options=[])
@@ -71,7 +71,7 @@ module Brutalitops
71
71
  end
72
72
 
73
73
  end
74
- end
74
+
75
75
 
76
76
  #test things out
77
77
  # def time_it(label)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brutalitops
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - andydwyer
@@ -13,14 +13,13 @@ dependencies: []
13
13
  description: Generates permutations and returns an array, or prints to csv, or prints
14
14
  to console. See https://github.com/andydwyer/brutalitops for usage.
15
15
  email: ktanyag@gmail.com
16
- executables:
17
- - brutalitops
16
+ executables: []
18
17
  extensions: []
19
18
  extra_rdoc_files: []
20
19
  files:
21
20
  - LICENSE
22
21
  - README
23
- - bin/brutalitops
22
+ - lib/brutalitops.rb
24
23
  homepage: https://github.com/andydwyer/brutalitops
25
24
  licenses:
26
25
  - MIT