capihall 0.0.1 → 0.0.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.
- data/LICENSE.txt +1 -1
- data/capihall.gemspec +1 -1
- data/lib/capihall/version.rb +1 -1
- metadata +4 -4
data/LICENSE.txt
CHANGED
data/capihall.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "capihall"
|
8
8
|
spec.version = Capihall::VERSION
|
9
9
|
spec.authors = ["Corey Purcell"]
|
10
|
-
spec.email = ["
|
10
|
+
spec.email = ["oss@teamsnap.com"]
|
11
11
|
spec.description = %q{A gem to post notifications to a hall chat room on deploys}
|
12
12
|
spec.summary = %q{Notify Hall on deploys}
|
13
13
|
spec.homepage = "http://github.com/teamsnap/capihall"
|
data/lib/capihall/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capihall
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -61,7 +61,7 @@ dependencies:
|
|
61
61
|
version: '0'
|
62
62
|
description: A gem to post notifications to a hall chat room on deploys
|
63
63
|
email:
|
64
|
-
-
|
64
|
+
- oss@teamsnap.com
|
65
65
|
executables: []
|
66
66
|
extensions: []
|
67
67
|
extra_rdoc_files: []
|
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
90
|
version: '0'
|
91
91
|
segments:
|
92
92
|
- 0
|
93
|
-
hash: -
|
93
|
+
hash: -21798639
|
94
94
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
95
95
|
none: false
|
96
96
|
requirements:
|
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
version: '0'
|
100
100
|
segments:
|
101
101
|
- 0
|
102
|
-
hash: -
|
102
|
+
hash: -21798639
|
103
103
|
requirements: []
|
104
104
|
rubyforge_project:
|
105
105
|
rubygems_version: 1.8.23
|