ohby 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
- SHA1:
3
- metadata.gz: c89596c53031985de120c5778b6b6b7303b835fb
4
- data.tar.gz: 3c58c916b441cc64d88ceb0239b4b9fba9be4306
2
+ SHA256:
3
+ metadata.gz: 68b88162720bc8e90f807337fc82e024d556907047ec4d036d44f3f2cee83cc1
4
+ data.tar.gz: 1a4e0bbe0d9b2dbe87fd3a72e4fa649882595e90f2bf1e0f84dabb6771d0c29c
5
5
  SHA512:
6
- metadata.gz: 8eed89717b0d0ae8ba8a391616b47962a59558ec7ca36dfbe41d94052d42e421b8da1869eb672409aed4009a465e7b2748feff039c4686370557c0544f9188aa
7
- data.tar.gz: 15ee268a07e69fe848df49dd254485228dfe67728c0ade0bd26845dd320229019bc36e50e64b6b16ed1ec85494084bdfef994b6807fb79d3822fcde44ded66b6
6
+ metadata.gz: 873256a261ecc4239febd6a9e141581b34d4ca0041250094c97b41ba39c2ce47fc8c6d2520a72403043910dd4bae6168576cf15ca1c1aa7bb2c18a8a95d62f04
7
+ data.tar.gz: e0f1ad41d96c3ee114540887b70e05a996bcc8ed73a719a477c9807e9fe2c1a6a136056ea92eb167083546c1135c8ed47c156ebc6ff0e21707e86f20caa538ea
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Ohby
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/ohby.svg)](https://badge.fury.io/rb/ohby)
4
+
3
5
  Access the "oh by" shortener (https://0x.co) from your code.
4
6
 
5
7
  ## Installation
@@ -47,7 +49,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
47
49
 
48
50
  ## Contributing
49
51
 
50
- Bug reports and pull requests are welcome on Bitbucket at https://bitbucket.org/janlindblom/ohby-ruby. 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.
52
+ Bug reports and pull requests are welcome on Bitbucket at https://github.com/janlindblom/ruby-ohby. 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.
51
53
 
52
54
 
53
55
  ## License
data/bin/console CHANGED
File without changes
data/bin/setup CHANGED
File without changes
data/lib/ohby/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Ohby
2
2
  # Current version.
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
data/ohby.gemspec CHANGED
@@ -10,19 +10,22 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["janlindblom@fastmail.fm"]
11
11
 
12
12
  spec.summary = %q{Generate oh by codes.}
13
- spec.homepage = "https://bitbucket.org/janlindblom/ohby"
13
+ spec.homepage = "https://github.com/janlindblom/ruby-ohby"
14
+ spec.metadata['homepage_uri'] = "https://github.com/janlindblom/ruby-ohby"
15
+ spec.metadata['source_code_uri'] = "https://github.com/janlindblom/ruby-ohby"
16
+ spec.metadata['bug_tracker_uri'] = "https://github.com/janlindblom/ruby-ohby/issues"
14
17
  spec.license = "MIT"
15
18
 
16
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
19
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|tea.yaml)/}) }
17
20
  spec.bindir = "exe"
18
21
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
22
  spec.require_paths = ["lib"]
20
23
 
21
24
  spec.metadata["yard.run"] = "yri"
22
25
 
23
- spec.add_development_dependency "bundler", "~> 1.11"
26
+ spec.add_development_dependency "bundler", "~> 2"
24
27
  spec.add_development_dependency "yard", "~> 0.9"
25
- spec.add_development_dependency "rake", "~> 10"
26
- spec.add_development_dependency "rspec", "~> 3"
27
- spec.add_development_dependency "pry", "~> 0.10"
28
+ spec.add_development_dependency "rake", "~> 13.1"
29
+ spec.add_development_dependency "rspec", "~> 3.13"
30
+ spec.add_development_dependency "pry", "~> 0.14"
28
31
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ohby
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
  - Jan Lindblom
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-08 00:00:00.000000000 Z
11
+ date: 2024-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.11'
19
+ version: '2'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.11'
26
+ version: '2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: yard
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -44,43 +44,43 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '10'
47
+ version: '13.1'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '10'
54
+ version: '13.1'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rspec
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '3'
61
+ version: '3.13'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '3'
68
+ version: '3.13'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: pry
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0.10'
75
+ version: '0.14'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '0.10'
83
- description:
82
+ version: '0.14'
83
+ description:
84
84
  email:
85
85
  - janlindblom@fastmail.fm
86
86
  executables: []
@@ -89,7 +89,6 @@ extra_rdoc_files: []
89
89
  files:
90
90
  - ".gitignore"
91
91
  - ".rspec"
92
- - ".travis.yml"
93
92
  - CODE_OF_CONDUCT.md
94
93
  - Gemfile
95
94
  - LICENSE.txt
@@ -97,7 +96,6 @@ files:
97
96
  - Rakefile
98
97
  - bin/console
99
98
  - bin/setup
100
- - bitbucket-pipelines.yml
101
99
  - lib/ohby.rb
102
100
  - lib/ohby/code.rb
103
101
  - lib/ohby/code_generation_error.rb
@@ -105,12 +103,15 @@ files:
105
103
  - lib/ohby/version.rb
106
104
  - lib/ohby/wrong_code_format_error.rb
107
105
  - ohby.gemspec
108
- homepage: https://bitbucket.org/janlindblom/ohby
106
+ homepage: https://github.com/janlindblom/ruby-ohby
109
107
  licenses:
110
108
  - MIT
111
109
  metadata:
110
+ homepage_uri: https://github.com/janlindblom/ruby-ohby
111
+ source_code_uri: https://github.com/janlindblom/ruby-ohby
112
+ bug_tracker_uri: https://github.com/janlindblom/ruby-ohby/issues
112
113
  yard.run: yri
113
- post_install_message:
114
+ post_install_message:
114
115
  rdoc_options: []
115
116
  require_paths:
116
117
  - lib
@@ -125,9 +126,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
126
  - !ruby/object:Gem::Version
126
127
  version: '0'
127
128
  requirements: []
128
- rubyforge_project:
129
- rubygems_version: 2.5.2
130
- signing_key:
129
+ rubygems_version: 3.2.33
130
+ signing_key:
131
131
  specification_version: 4
132
132
  summary: Generate oh by codes.
133
133
  test_files: []
data/.travis.yml DELETED
@@ -1,4 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.3.0
4
- before_install: gem install bundler -v 1.11.2
@@ -1,15 +0,0 @@
1
- # This is a sample build configuration for Ruby.
2
- # Check our guides at https://confluence.atlassian.com/x/8r-5Mw for more examples.
3
- # Only use spaces to indent your .yml configuration.
4
- # -----
5
- # You can specify a custom docker image from Docker Hub as your build environment.
6
- image: ruby:2.3.0
7
-
8
- pipelines:
9
- default:
10
- - step:
11
- script: # Modify the commands below to build your repository.
12
- - bundler --version
13
- - bundle install
14
- - rake spec
15
- - rake yard