accio 0.0.2 → 0.0.3

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 0.0.3
2
+
3
+ * Change homepage link
4
+
1
5
  0.0.2
2
6
 
3
7
  * Fixed bug when laoding config file
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- accio (0.0.2)
4
+ accio (0.0.3)
5
5
  clipboard
6
6
  term-ansicolor
7
7
  terminal-table
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["sinned.schneider@gmail.com"]
11
11
  gem.description = %q{Accio is a code snippet management tool for the terminal}
12
12
  gem.summary = %q{Accio - A code snippet management tool for the terminal}
13
- gem.homepage = "https://github.com/dschneider/snip"
13
+ gem.homepage = "https://github.com/dschneider/accio"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Accio
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -157,7 +157,7 @@ files:
157
157
  - spec/lib/parser_spec.rb
158
158
  - spec/lib/snippet_spec.rb
159
159
  - spec/spec_helper.rb
160
- homepage: https://github.com/dschneider/snip
160
+ homepage: https://github.com/dschneider/accio
161
161
  licenses: []
162
162
  post_install_message:
163
163
  rdoc_options: []
@@ -171,7 +171,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  segments:
173
173
  - 0
174
- hash: 1446051849502590714
174
+ hash: -4022463540993374143
175
175
  required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  none: false
177
177
  requirements:
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  version: '0'
181
181
  segments:
182
182
  - 0
183
- hash: 1446051849502590714
183
+ hash: -4022463540993374143
184
184
  requirements: []
185
185
  rubyforge_project:
186
186
  rubygems_version: 1.8.24