fib_test 0.2.0 → 0.2.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/fib.gemspec +3 -3
  3. data/lib/fib/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c64fb2b7879fc02656c6701298ddf10fc6c389aa
4
- data.tar.gz: 4a38b5fb8206ab0195d5407c7ccf574a1ec747ed
3
+ metadata.gz: d6c2b2c375cf8c618f5e9793bebc4773f4cb91f9
4
+ data.tar.gz: b310f1ee5e66b0a324ad26d363a4073ffe0109c1
5
5
  SHA512:
6
- metadata.gz: 5415482a14b3a5926dde663214031050ce2756f71eda4e5a7bfaaf9c30a9a608a84b39ad78f176303d80e043e01cb29c6d0f2289956d5c82c3b9abcdcb4b7bdf
7
- data.tar.gz: 5e85911d745cec1e7894c873f2575a413602f2561159130fc8a4218a4c25102338a8ba2a61bf48e29a30cae635419ad97c5b1de5b7f956c0a641eb2cc63fc027
6
+ metadata.gz: 9ef13110c8c87d1d8b483c1060d44778f750223c962246cf56dbec3286461f6ce056dfda9b241ed372a491a14527329a7367e2c5d2439939a857367683859c9b
7
+ data.tar.gz: fe3bc465293e6a920b33a9f562f4f757dba4a9b24d91b184a67755edd954f48fa919da37663abc76ee330dc94012d09174b8b7b26137f50ffa876a339be7f9c7
@@ -6,18 +6,18 @@ require "fib/version"
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "fib_test"
8
8
  spec.version = Fib::VERSION
9
- spec.authors = ["DmitryCat"]
9
+ spec.authors = ["Dmitry Cat"]
10
10
  spec.email = ["sofakingcode@gmail.com"]
11
11
 
12
12
  spec.summary = %q{short summary, because RubyGems requires one.}
13
13
  spec.description = %q{longer description or delete this line.}
14
- spec.homepage = "https://bitbucket.org/sofakingcode/fib"
14
+ spec.homepage = "https://github.com/SofaKing18/fib_test"
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'
18
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
19
19
  if spec.respond_to?(:metadata)
20
- spec.metadata["allowed_push_host"] = "https://rubygems.org/"
20
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
21
21
  else
22
22
  raise "RubyGems 2.0 or newer is required to protect against " \
23
23
  "public gem pushes."
@@ -1,3 +1,3 @@
1
1
  module Fib
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fib_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - DmitryCat
7
+ - Dmitry Cat
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
@@ -74,11 +74,11 @@ files:
74
74
  - fib.gemspec
75
75
  - lib/fib.rb
76
76
  - lib/fib/version.rb
77
- homepage: https://bitbucket.org/sofakingcode/fib
77
+ homepage: https://github.com/SofaKing18/fib_test
78
78
  licenses:
79
79
  - MIT
80
80
  metadata:
81
- allowed_push_host: https://rubygems.org/
81
+ allowed_push_host: https://rubygems.org
82
82
  post_install_message:
83
83
  rdoc_options: []
84
84
  require_paths: