chef-irc-snitch 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010 Sean Porter & Justin Kolberg
1
+ Copyright (c) 2011 Sean Porter
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.org CHANGED
@@ -1,7 +1,8 @@
1
- * Usage
2
- ** Install
1
+ * Install
2
+
3
+ : gem install chef-irc-snitch
3
4
 
4
- : sudo gem install chef-irc-snitch
5
+ * Usage
5
6
 
6
7
  ** Configure Chef to Use The Handler
7
8
 
@@ -1,10 +1,6 @@
1
- # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path("../lib", __FILE__)
3
- require "chef-irc-snitch/version"
4
-
5
1
  Gem::Specification.new do |s|
6
2
  s.name = "chef-irc-snitch"
7
- s.version = Chef::IRC::Snitch::VERSION
3
+ s.version = "0.0.7"
8
4
  s.platform = Gem::Platform::RUBY
9
5
  s.authors = ["Sean Porter"]
10
6
  s.email = ["portertech@gmail.com"]
@@ -20,7 +16,5 @@ Gem::Specification.new do |s|
20
16
  s.add_dependency('carrier-pigeon')
21
17
 
22
18
  s.files = `git ls-files`.split("\n")
23
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
24
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
25
19
  s.require_paths = ["lib"]
26
20
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: chef-irc-snitch
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sean Porter
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-15 00:00:00 +09:00
13
+ date: 2011-08-07 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -52,7 +52,6 @@ files:
52
52
  - Rakefile
53
53
  - chef-irc-snitch.gemspec
54
54
  - lib/chef-irc-snitch.rb
55
- - lib/chef-irc-snitch/version.rb
56
55
  has_rdoc: true
57
56
  homepage: https://github.com/portertech/chef-irc-snitch
58
57
  licenses:
@@ -1,7 +0,0 @@
1
- module Chef
2
- module IRC
3
- module Snitch
4
- VERSION = "0.0.6"
5
- end
6
- end
7
- end