telewatts_sender_support 0.1.22 → 0.1.23

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/Gemfile CHANGED
@@ -1,6 +1,8 @@
1
1
  source 'http://rubygems.org'
2
- gemspec
2
+ gemspec
3
3
 
4
+ require 'rubygems'
5
+ require 'active_record'
4
6
  require 'sqlite3'
5
7
 
6
8
  group :test do
data/Gemfile.lock CHANGED
@@ -1,42 +1,43 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- telewatts_sender_support (0.1.22)
4
+ telewatts_sender_support (0.1.23)
5
5
  assertalot
6
- rails (>= 3.0.4)
6
+ rails (>= 3.0.6)
7
7
  rake
8
8
  sqlite3-ruby
9
+ wirble
9
10
 
10
11
  GEM
11
12
  remote: http://rubygems.org/
12
13
  specs:
13
14
  abstract (1.0.0)
14
- actionmailer (3.0.4)
15
- actionpack (= 3.0.4)
15
+ actionmailer (3.0.6)
16
+ actionpack (= 3.0.6)
16
17
  mail (~> 2.2.15)
17
- actionpack (3.0.4)
18
- activemodel (= 3.0.4)
19
- activesupport (= 3.0.4)
18
+ actionpack (3.0.6)
19
+ activemodel (= 3.0.6)
20
+ activesupport (= 3.0.6)
20
21
  builder (~> 2.1.2)
21
22
  erubis (~> 2.6.6)
22
- i18n (~> 0.4)
23
+ i18n (~> 0.5.0)
23
24
  rack (~> 1.2.1)
24
- rack-mount (~> 0.6.13)
25
+ rack-mount (~> 0.6.14)
25
26
  rack-test (~> 0.5.7)
26
27
  tzinfo (~> 0.3.23)
27
- activemodel (3.0.4)
28
- activesupport (= 3.0.4)
28
+ activemodel (3.0.6)
29
+ activesupport (= 3.0.6)
29
30
  builder (~> 2.1.2)
30
- i18n (~> 0.4)
31
- activerecord (3.0.4)
32
- activemodel (= 3.0.4)
33
- activesupport (= 3.0.4)
31
+ i18n (~> 0.5.0)
32
+ activerecord (3.0.6)
33
+ activemodel (= 3.0.6)
34
+ activesupport (= 3.0.6)
34
35
  arel (~> 2.0.2)
35
36
  tzinfo (~> 0.3.23)
36
- activeresource (3.0.4)
37
- activemodel (= 3.0.4)
38
- activesupport (= 3.0.4)
39
- activesupport (3.0.4)
37
+ activeresource (3.0.6)
38
+ activemodel (= 3.0.6)
39
+ activesupport (= 3.0.6)
40
+ activesupport (3.0.6)
40
41
  archive-tar-minitar (0.5.2)
41
42
  arel (2.0.9)
42
43
  assertalot (0.1.0)
@@ -54,22 +55,22 @@ GEM
54
55
  treetop (~> 1.4.8)
55
56
  mime-types (1.16)
56
57
  polyglot (0.3.1)
57
- rack (1.2.1)
58
+ rack (1.2.2)
58
59
  rack-mount (0.6.14)
59
60
  rack (>= 1.0.0)
60
61
  rack-test (0.5.7)
61
62
  rack (>= 1.0)
62
- rails (3.0.4)
63
- actionmailer (= 3.0.4)
64
- actionpack (= 3.0.4)
65
- activerecord (= 3.0.4)
66
- activeresource (= 3.0.4)
67
- activesupport (= 3.0.4)
63
+ rails (3.0.6)
64
+ actionmailer (= 3.0.6)
65
+ actionpack (= 3.0.6)
66
+ activerecord (= 3.0.6)
67
+ activeresource (= 3.0.6)
68
+ activesupport (= 3.0.6)
68
69
  bundler (~> 1.0)
69
- railties (= 3.0.4)
70
- railties (3.0.4)
71
- actionpack (= 3.0.4)
72
- activesupport (= 3.0.4)
70
+ railties (= 3.0.6)
71
+ railties (3.0.6)
72
+ actionpack (= 3.0.6)
73
+ activesupport (= 3.0.6)
73
74
  rake (>= 0.8.7)
74
75
  thor (~> 0.14.4)
75
76
  rake (0.8.7)
@@ -90,7 +91,8 @@ GEM
90
91
  thor (0.14.6)
91
92
  treetop (1.4.9)
92
93
  polyglot (>= 0.3.1)
93
- tzinfo (0.3.24)
94
+ tzinfo (0.3.26)
95
+ wirble (0.1.3)
94
96
 
95
97
  PLATFORMS
96
98
  ruby
@@ -1,5 +1,5 @@
1
1
  module Telewatts
2
2
  module SenderSupport
3
- VERSION = "0.1.22"
3
+ VERSION = "0.1.23"
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- Dir["telewatts/sender_support/*.rb"].each {|file| require file }
1
+ Dir["lib/telewatts/sender_support/*.rb"].each {|file| require "./#{file}" }
2
2
 
3
3
  module Telewatts
4
4
  module SenderSupport
@@ -1,7 +1 @@
1
- require 'rails'
2
- require 'active_support'
3
-
4
1
  require 'telewatts/sender_support'
5
-
6
- module TelewattsSenderSupport
7
- end
@@ -12,11 +12,12 @@ Gem::Specification.new do |s|
12
12
  s.summary = %q{shared models between server and client for the telewatts sender api}
13
13
  #s.description = %q{TODO: Write a gem description}
14
14
 
15
- s.add_dependency 'rails', '>= 3.0.4'
15
+ s.add_dependency 'rails', '>= 3.0.6'
16
16
  s.add_dependency 'sqlite3-ruby'
17
17
  s.add_dependency 'rake'
18
- s.add_dependency 'assertalot'
19
-
18
+ s.add_dependency 'assertalot'
19
+ s.add_dependency 'wirble'
20
+
20
21
  s.rubyforge_project = "telewatts_sender_support"
21
22
 
22
23
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: telewatts_sender_support
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.22
5
+ version: 0.1.23
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sam Taylor
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-11 00:00:00 +01:00
13
+ date: 2011-04-12 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 3.0.4
23
+ version: 3.0.6
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: *id001
@@ -57,6 +57,17 @@ dependencies:
57
57
  type: :runtime
58
58
  prerelease: false
59
59
  version_requirements: *id004
60
+ - !ruby/object:Gem::Dependency
61
+ name: wirble
62
+ requirement: &id005 !ruby/object:Gem::Requirement
63
+ none: false
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: "0"
68
+ type: :runtime
69
+ prerelease: false
70
+ version_requirements: *id005
60
71
  description:
61
72
  email:
62
73
  - sjltaylor@gmail.com
@@ -112,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
123
  requirements:
113
124
  - - ">="
114
125
  - !ruby/object:Gem::Version
115
- hash: 130279974232091708
126
+ hash: -3787419363935437011
116
127
  segments:
117
128
  - 0
118
129
  version: "0"
@@ -121,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
132
  requirements:
122
133
  - - ">="
123
134
  - !ruby/object:Gem::Version
124
- hash: 130279974232091708
135
+ hash: -3787419363935437011
125
136
  segments:
126
137
  - 0
127
138
  version: "0"