Skip to content

Commit

Permalink
Fix directory and file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Oct 30, 2013
1 parent 9f432c9 commit a23edf2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ spec/reports
test/tmp
test/version_tmp
tmp
.DS_Store
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions slack-notify.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'slack/notify/version'
require 'slack-notify/version'

Gem::Specification.new do |spec|
spec.name = "slack-notify"
spec.version = Slack::Notify::VERSION
spec.version = SlackNotify::VERSION
spec.authors = ["Dan Sosedoff"]
spec.email = ["[email protected]"]
spec.description = %q{TODO: Write a gem description}
Expand Down

0 comments on commit a23edf2

Please sign in to comment.