altum 0.0.1 → 1.0.0

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.
Files changed (3) hide show
  1. data/altum.gemspec +2 -2
  2. data/lib/altum/version.rb +1 -1
  3. metadata +3 -3
@@ -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{Present remotely}
8
- gem.summary = %q{Altum uses the magic of Pusher and websockets to drive a ShowOff presentation remotely. The simplest tool when you need to walk through a deck on a conference call.}
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'
@@ -1,3 +1,3 @@
1
1
  class Altum
2
- VERSION = "0.0.1"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: altum
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
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: Present remotely
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 when you need to walk through a deck on a conference call.
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