mlist 0.1.21 → 0.1.22

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 (4) hide show
  1. data/Gemfile +1 -1
  2. data/Gemfile.lock +2 -2
  3. data/VERSION.yml +1 -1
  4. metadata +6 -5
data/Gemfile CHANGED
@@ -5,7 +5,7 @@ gem 'activerecord', '= 2.3.4'
5
5
  gem 'activesupport', '= 2.3.4'
6
6
  gem 'uuid', '>= 2.0.1'
7
7
  gem 'hpricot', '>= 0.8.2'
8
- gem 'tmail', '= 1.2.1'
8
+ gem 'tmail', '= 1.2.3.1'
9
9
 
10
10
  group :development do
11
11
  gem 'jeweler'
data/Gemfile.lock CHANGED
@@ -25,7 +25,7 @@ GEM
25
25
  ruby-debug-base (0.10.4)
26
26
  linecache (>= 0.3)
27
27
  sqlite3-ruby (1.3.2)
28
- tmail (1.2.1)
28
+ tmail (1.2.3.1)
29
29
  uuid (2.3.1)
30
30
  macaddr (~> 1.0)
31
31
 
@@ -44,5 +44,5 @@ DEPENDENCIES
44
44
  rspec (= 1.3.1)
45
45
  ruby-debug
46
46
  sqlite3-ruby
47
- tmail (= 1.2.1)
47
+ tmail (= 1.2.3.1)
48
48
  uuid (>= 2.0.1)
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :minor: 1
3
3
  :build:
4
- :patch: 21
4
+ :patch: 22
5
5
  :major: 0
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mlist
3
3
  version: !ruby/object:Gem::Version
4
- hash: 49
4
+ hash: 55
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 21
10
- version: 0.1.21
9
+ - 22
10
+ version: 0.1.22
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adam Williams
@@ -106,12 +106,13 @@ dependencies:
106
106
  requirements:
107
107
  - - "="
108
108
  - !ruby/object:Gem::Version
109
- hash: 29
109
+ hash: 65
110
110
  segments:
111
111
  - 1
112
112
  - 2
113
+ - 3
113
114
  - 1
114
- version: 1.2.1
115
+ version: 1.2.3.1
115
116
  name: tmail
116
117
  requirement: *id006
117
118
  - !ruby/object:Gem::Dependency