adhearsion.gemspec in adhearsion-0.8.0 vs adhearsion.gemspec in adhearsion-0.8.1
- old
+ new
@@ -1,19 +1,22 @@
ADHEARSION_FILES = %w{
+ README.markdown
adhearsion.gemspec
app_generators/ahn/ahn_generator.rb
app_generators/ahn/templates/.ahnrc
app_generators/ahn/templates/components/ami_remote/ami_remote.rb
app_generators/ahn/templates/components/disabled/HOW_TO_ENABLE
- app_generators/ahn/templates/components/disabled/stomp_gateway/config.yml
+ app_generators/ahn/templates/components/disabled/stomp_gateway/stomp_gateway.yml
app_generators/ahn/templates/components/disabled/stomp_gateway/README.markdown
app_generators/ahn/templates/components/disabled/stomp_gateway/stomp_gateway.rb
- app_generators/ahn/templates/components/restful_rpc/config.yml
- app_generators/ahn/templates/components/restful_rpc/example-client.rb
- app_generators/ahn/templates/components/restful_rpc/README.markdown
- app_generators/ahn/templates/components/restful_rpc/restful_rpc.rb
- app_generators/ahn/templates/components/restful_rpc/spec/restful_rpc_spec.rb
+ app_generators/ahn/templates/components/disabled/sandbox/sandbox.rb
+ app_generators/ahn/templates/components/disabled/sandbox/sandbox.yml
+ app_generators/ahn/templates/components/disabled/restful_rpc/restful_rpc.yml
+ app_generators/ahn/templates/components/disabled/restful_rpc/example-client.rb
+ app_generators/ahn/templates/components/disabled/restful_rpc/README.markdown
+ app_generators/ahn/templates/components/disabled/restful_rpc/restful_rpc.rb
+ app_generators/ahn/templates/components/disabled/restful_rpc/spec/restful_rpc_spec.rb
app_generators/ahn/templates/components/simon_game/simon_game.rb
app_generators/ahn/templates/config/startup.rb
app_generators/ahn/templates/dialplan.rb
app_generators/ahn/templates/events.rb
app_generators/ahn/templates/Rakefile
@@ -104,15 +107,14 @@
lib/theatre/namespace_manager.rb
lib/theatre/README.markdown
lib/theatre/version.rb
LICENSE
Rakefile
- README.txt
}
Gem::Specification.new do |s|
s.name = "adhearsion"
- s.version = "0.8.0"
+ s.version = "0.8.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jay Phillips"]
s.date = "2008-08-21"