gen-data 0.3.1 → 0.3.11

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: e22dc2efc62466a2241c3674d9fca3a2614bb4a2
4
- data.tar.gz: 2b581a1be821b20271af615dfb84f7290ef1e4d9
3
+ metadata.gz: bb7e23d42d484f6ee5b4dde7dd85c1f30a1f806d
4
+ data.tar.gz: 8755501b0e16eeaa0bd94968770a750b84ed3d02
5
5
  SHA512:
6
- metadata.gz: 6214c6c2455c098ae83fde93d64f8e5f847bb345c3f708ce7dcbccc5146ce3181d9b9c6056eee1586136a8947a423ff7d0e0048dd440a3dba17036dc9fa53d1a
7
- data.tar.gz: 1085dd9de5c9a95bc826c856f641db1dfd4c49c1667c47648c59f94d855a01a9a34f2569550d492a5c2b46080ad0628e11f56ed25f726a0f45c30d1b918cd671
6
+ metadata.gz: 85362f26407fa2557373c2ab8e8b55cd14addbad37b1eded80d5fd28371bf826aebcf8bc81d76814b30aedb438335bc6c75f8cba4622adcbc245a4f1a4c07a53
7
+ data.tar.gz: 5dee4ec88f4b9b39ef12f5e0480921bfad44c2ffc0a800dffd3e103b7569f7d56bb7a4f81ad9687b9ab8d7632908ac5a43348a36c4be29885308535d289237a6
data/README.md CHANGED
@@ -1,36 +1,4 @@
1
- # Gen::Data
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/gen/data`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- gem install gen-data
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'gen-data'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install gen-data
22
-
23
- ## Usage
1
+ ### Gen::Data
24
2
 
25
3
  gem install gen-data
26
4
 
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
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).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/gen-data.
36
-
@@ -2,7 +2,7 @@ require "gen/data/version"
2
2
 
3
3
  module Gen
4
4
  module Data
5
- def Data.request_data(r)
5
+ def Data.shuffle_options(r)
6
6
  c = []
7
7
  len = r.length;
8
8
  case len
@@ -1,5 +1,5 @@
1
1
  module Gen
2
2
  module Data
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gen-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxim Tyulenev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-09 00:00:00.000000000 Z
11
+ date: 2017-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler