sticky 1.0.0 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bfbfd530fca4d0a23421ec226bfef02f510d49a
4
- data.tar.gz: 2e3c6e146303b1d5b1c8dbc5606ceb8866aaeb88
3
+ metadata.gz: bf738e6a109b84d746b8efe41e4c13a26bd766fc
4
+ data.tar.gz: 45b2a9604fdb1b0996272904e6238febcd6bea92
5
5
  SHA512:
6
- metadata.gz: 0c3a68dd47f0a7112b30d2a9ad05e04c448fb3d7f8b67edc0657c2b4cddc964c6d52ede5001f76ba5ae79fe111ab5fde9dab45738d321cd2415190c9dbd3c78d
7
- data.tar.gz: 66121f7aab33b144ea9e41225cb40502da697f940a9b122b38d335e6ee20f9a5e152cf05321cc15027328267dc0f78779d3c3f73ef9450a70c553006617ffb10
6
+ metadata.gz: c83b02eb019d8ea7364d579625c183b719ce3bf5297a553bf45d3050d15f7540faee19938ae84c570d3ffb372aa56508328db3f8da34b83c7d554d550ad8a716
7
+ data.tar.gz: 27669a2aaa4d9511b72d88b7e562ba617e40b34afcdaf8f0ebf0885673e85dfe34f6e3aadd22360e1badfa61691e5b8ab497dd808b0baaaeeb2cc316192b11d3
File without changes
@@ -1,3 +1,3 @@
1
1
  module Sticky
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -14,8 +14,8 @@ Gem::Specification.new do |spec|
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
- spec.bindir = "bin"
18
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
+ spec.bindir = "exe"
18
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
20
20
 
21
21
  spec.add_dependency "thor", "~> 0.19.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sticky
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artur de Oliveira Tsuda
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-06 00:00:00.000000000 Z
11
+ date: 2016-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -84,8 +84,6 @@ description:
84
84
  email:
85
85
  - artur.o.tsuda@gmail.com
86
86
  executables:
87
- - console
88
- - setup
89
87
  - sticky
90
88
  extensions: []
91
89
  extra_rdoc_files: []
@@ -100,7 +98,7 @@ files:
100
98
  - Rakefile
101
99
  - bin/console
102
100
  - bin/setup
103
- - bin/sticky
101
+ - exe/sticky
104
102
  - lib/sticky.rb
105
103
  - lib/sticky/config.rb
106
104
  - lib/sticky/note.rb