altum 0.0.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/altum.gemspec +2 -2
- data/lib/altum/version.rb +1 -1
- metadata +3 -3
data/altum.gemspec
CHANGED
@@ -4,8 +4,8 @@ require File.expand_path('../lib/altum/version', __FILE__)
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.authors = ["Larry Marburger"]
|
6
6
|
gem.email = ["larry@marburger.cc"]
|
7
|
-
gem.description = %q{
|
8
|
-
gem.summary = %q{Altum uses the magic of Pusher and websockets to drive a ShowOff presentation remotely. The simplest tool
|
7
|
+
gem.description = %q{Drive ShowOff remotely}
|
8
|
+
gem.summary = %q{Altum uses the magic of Pusher and websockets to drive a ShowOff presentation remotely. The simplest tool to walk through a deck on a conference call.}
|
9
9
|
gem.homepage = "http://lmarburger.github.com/altum/"
|
10
10
|
|
11
11
|
gem.add_dependency 'pusher'
|
data/lib/altum/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: altum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0
|
5
|
+
version: 1.0.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Larry Marburger
|
@@ -56,7 +56,7 @@ dependencies:
|
|
56
56
|
version: "0"
|
57
57
|
type: :development
|
58
58
|
version_requirements: *id004
|
59
|
-
description:
|
59
|
+
description: Drive ShowOff remotely
|
60
60
|
email:
|
61
61
|
- larry@marburger.cc
|
62
62
|
executables: []
|
@@ -101,6 +101,6 @@ rubyforge_project:
|
|
101
101
|
rubygems_version: 1.8.5
|
102
102
|
signing_key:
|
103
103
|
specification_version: 3
|
104
|
-
summary: Altum uses the magic of Pusher and websockets to drive a ShowOff presentation remotely. The simplest tool
|
104
|
+
summary: Altum uses the magic of Pusher and websockets to drive a ShowOff presentation remotely. The simplest tool to walk through a deck on a conference call.
|
105
105
|
test_files:
|
106
106
|
- spec/altum_spec.rb
|