adhearsion-cw 1.0.2.1 → 1.0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.executables = ["ahn", "ahnctl", "jahn"]
16
16
 
17
17
  s.files = %w{
18
- adhearsion.gemspec
18
+ adhearsion-cw.gemspec
19
19
  app_generators/ahn/ahn_generator.rb
20
20
  app_generators/ahn/templates/.ahnrc
21
21
  app_generators/ahn/templates/components/ami_remote/ami_remote.rb
@@ -4,4 +4,5 @@ gem "rake"
4
4
  gem "rubigen", ">= 1.0.6"
5
5
  gem "log4r", ">= 1.0.5"
6
6
  gem "activesupport", ">= 2.1.0"
7
- gem "adhearsion", ">= 1.0.1"
7
+ gem "adhearsion-cw", ">= 1.0.2"
8
+ gem "activerecord", ">= 3.0.5"
@@ -3,7 +3,7 @@ module Adhearsion #:nodoc:
3
3
  MAJOR = 1 unless defined? MAJOR
4
4
  MINOR = 0 unless defined? MINOR
5
5
  TINY = 2 unless defined? TINY
6
- NANO = 1 unless defined? NANO
6
+ NANO = 2 unless defined? NANO
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, NANO].join('.') unless defined? STRING
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adhearsion-cw
3
3
  version: !ruby/object:Gem::Version
4
- hash: 85
4
+ hash: 83
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 2
10
- - 1
11
- version: 1.0.2.1
10
+ - 2
11
+ version: 1.0.2.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Dawid Pogorzelski
@@ -168,7 +168,7 @@ extensions: []
168
168
  extra_rdoc_files: []
169
169
 
170
170
  files:
171
- - adhearsion.gemspec
171
+ - adhearsion-cw.gemspec
172
172
  - app_generators/ahn/ahn_generator.rb
173
173
  - app_generators/ahn/templates/.ahnrc
174
174
  - app_generators/ahn/templates/components/ami_remote/ami_remote.rb