tutorial 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: d0a85e7ee121c02bb950b604ab72946ce3ca4b2e0a6912cf4f7f1876b669578a
4
- data.tar.gz: 72b2ac8256cde87e13d230654718d0b8de27e49a33fb60e5c004235f92b2d56e
3
+ metadata.gz: e924fdf87ce1aafbb63efee9245d85203b7da823d2f2a0b2f6be7a0e274a4820
4
+ data.tar.gz: 12811ac657131f847291ffeb4632b068bfb73b0e7b69138067707e51406d0595
5
5
  SHA512:
6
- metadata.gz: 06e2a1c452aa813d61733044a6c7bf928fed0e4a882922b9dfdc7d94c81021b93cbde7dba783e51f14c578f4ce69c15c1b8ed977851811112b4514cf8ecaa3d8
7
- data.tar.gz: 88ab44655f14de8c6f26527120b5b05c4f6266f14ab8e64451a329ad4687d7ec627130c77a9cbb28f640b4840a7c18b614399ad956e5e59e026b690432886ea2
6
+ metadata.gz: 391093332d6852f8dd7c34521f40c2a507f7bffb0d409270dfb9090c32b7193eb57ebe2b96a5a833da7d30003af9f089b7c5d817a908a86010a74a119750240d
7
+ data.tar.gz: 276318f7bf353389c78972eead44cb6a0a5f88a78989dc6e0242a8612670a31a2452bc09f39d43824eabbce8b1f90b0dcd01ea15a4682a5cbbb02da970a62501
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env ruby
2
+ puts "WORKS"
@@ -1,3 +1,3 @@
1
1
  module Tutorial
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -6,7 +6,7 @@ require "tutorial/version"
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "tutorial"
8
8
  spec.version = Tutorial::VERSION
9
- spec.authors = ["wisehackermonkey"]
9
+ spec.authors = ["wisemonkeyem"]
10
10
  spec.email = ["oranbusiness@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Tutorial gem fallowing a youtube tutorial}
@@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
18
18
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
19
19
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
20
20
  end
21
- spec.bindir = "exe"
22
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
+ spec.bindir = "bin"
22
+ spec.executables = ["tutorial"]
23
23
  spec.require_paths = ["lib"]
24
24
 
25
25
  spec.add_development_dependency "bundler", "~> 2.0"
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tutorial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - wisehackermonkey
7
+ - wisemonkeyem
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2019-03-02 00:00:00.000000000 Z
12
12
  dependencies:
@@ -41,7 +41,8 @@ dependencies:
41
41
  description: " gem tutorial"
42
42
  email:
43
43
  - oranbusiness@gmail.com
44
- executables: []
44
+ executables:
45
+ - tutorial
45
46
  extensions: []
46
47
  extra_rdoc_files: []
47
48
  files: