nonsensor 0.1.0 → 0.1.1

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: '061698c92fd5313fa5076a23d25ae3def8c90d1c974a1a068799caceb9224aa7'
4
- data.tar.gz: fd6f5e6371e3aeb75728c4bcba158136a413b8e6fe54867f409c322733ed3d0b
3
+ metadata.gz: 8667f49451736f62052d014ee341685c748a9bc04d35d1badfa3846ab42a2692
4
+ data.tar.gz: 3818e1dad76aee30d76ca620d55bf9c29dc7c322e7dcc8c2a73083a869d224e7
5
5
  SHA512:
6
- metadata.gz: 36942a5750c19a07c5fbfde4f946c2a7b2de2660ff0f30cd6e81c53e3ba02f4e0e171c548460d9ee455d2f5a93d15b933ec4f7ee95bfe683e76f960c5777293b
7
- data.tar.gz: 9d677daf89d98401e47ecca4d10ee427c82cb0bbea49ab848f2cff865a1e7feecc8cc3c1a228cf43563c4e12f5082cabfd6667c5c3d833824a412292cc7e700b
6
+ metadata.gz: 11feb54522872e6a73af399d56ca3098394c88d9e2f3e295b1a5a2e6ab3029c4afaf3fcc904722f455e336a23a9a4f58d037a30ea9161fd81380bcc4f16f9fec
7
+ data.tar.gz: 82c37be53c2faba5266a88152d3b726cd77b4b75a47aa9bf038bb06c14c333b63ddd48dbe313c47a4640c0e535942b279b866666a3a9bf7977c2519d67a9fee0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nonsensor (0.2.4)
4
+ nonsensor (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -23,7 +23,7 @@ PLATFORMS
23
23
  DEPENDENCIES
24
24
  bundler (~> 1.16)
25
25
  minitest (~> 5.0)
26
- minitest-reporters (~> 1.3.5)
26
+ minitest-reporters (~> 1.3)
27
27
  nonsensor!
28
28
  rake (~> 10.0)
29
29
 
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/ruby-logic/nonsensor. 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/musialik/nonsensor. 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
  ## License
74
74
 
@@ -76,4 +76,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
76
76
 
77
77
  ## Code of Conduct
78
78
 
79
- Everyone interacting in the Nonsensor project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/ruby-logic/nonsensor/blob/master/CODE_OF_CONDUCT.md).
79
+ Everyone interacting in the Nonsensor project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/musialik/nonsensor/blob/master/CODE_OF_CONDUCT.md).
@@ -1,3 +1,3 @@
1
1
  module Nonsensor
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "nonsensor"
8
8
  spec.version = Nonsensor::VERSION
9
9
  spec.authors = ["Michał Musialik"]
10
- spec.email = ["info@rubylogic.eu"]
10
+ spec.email = ["michal@michalmusialik.com"]
11
11
 
12
12
  spec.summary = "Generate streams of random data that look good on charts."
13
13
  spec.description = "Generate streams of random data that look good on charts."
14
- spec.homepage = "http://rubylogic.eu/"
14
+ spec.homepage = "https://github.com/musialik/nonsensor"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nonsensor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michał Musialik
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-20 00:00:00.000000000 Z
11
+ date: 2018-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: '1.3'
69
69
  description: Generate streams of random data that look good on charts.
70
70
  email:
71
- - info@rubylogic.eu
71
+ - michal@michalmusialik.com
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
@@ -90,7 +90,7 @@ files:
90
90
  - lib/nonsensor/series.rb
91
91
  - lib/nonsensor/version.rb
92
92
  - nonsensor.gemspec
93
- homepage: http://rubylogic.eu/
93
+ homepage: https://github.com/musialik/nonsensor
94
94
  licenses:
95
95
  - MIT
96
96
  metadata: {}