rmails 0.1.4 → 0.1.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30e48f00377ede067299aa651be3aac6473245be
4
- data.tar.gz: 7132f356ef4d02933709a3df18d6a51fb6ab7e38
3
+ metadata.gz: cfb3cd408bc1c0afdeb6e151881c450e79f9a273
4
+ data.tar.gz: e1194e05fd1df944b91aa999b887a9b24cb287d1
5
5
  SHA512:
6
- metadata.gz: 6b6494f2cbb7ad7530cec13a9887959d3f603b7d1e68fbaa323c94ee9d428bd4c266d0d9c157b1d9039bf95a057218e2cb88f03f3f4ddbc7e0a6f2e897dd8d64
7
- data.tar.gz: 39d864ef2c7fb41c0e96e79c89afdd428331716d4514e6301ab6a18e8c7835cad8b7e4670ca4edde4e7d9a8e1d9732fbc76a4df0770b369d8eb7b3f51242d988
6
+ metadata.gz: 53a4590f32e0f0587732c39ae378312c0bcccd7e3af03b101b5ddc66e6de1d498cb8d1c06daeb6c9b668363aa29caf9afeec63c33a99702bbea01e9c8b28e06b
7
+ data.tar.gz: 4407f6bd334ff78e782bc0c3b6d68cf33d67b2d4aeaa827b22a381d370306e1c04b57ab6e6210a8a62f605a3fd46315670730e3b8f552ae46fa0f4ec56dc7c85
data/.gitignore CHANGED
@@ -19,3 +19,4 @@ spec
19
19
  .box
20
20
  .box/**/*
21
21
  *.gem
22
+ Gemfile.lock
@@ -1,3 +1,3 @@
1
1
  module Rmails
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rmails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Novotny
@@ -103,7 +103,6 @@ extra_rdoc_files: []
103
103
  files:
104
104
  - .gitignore
105
105
  - Gemfile
106
- - Gemfile.lock
107
106
  - LICENSE.txt
108
107
  - README.markdown
109
108
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,168 +0,0 @@
1
- GIT
2
- remote: git://github.com/fanda/automateit.git
3
- revision: 959e23be77c9054e712e670110632883d1a92c61
4
- specs:
5
- automateit (0.0.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionmailer (3.2.12)
11
- actionpack (= 3.2.12)
12
- mail (~> 2.4.4)
13
- actionpack (3.2.12)
14
- activemodel (= 3.2.12)
15
- activesupport (= 3.2.12)
16
- builder (~> 3.0.0)
17
- erubis (~> 2.7.0)
18
- journey (~> 1.0.4)
19
- rack (~> 1.4.5)
20
- rack-cache (~> 1.2)
21
- rack-test (~> 0.6.1)
22
- sprockets (~> 2.2.1)
23
- activemodel (3.2.12)
24
- activesupport (= 3.2.12)
25
- builder (~> 3.0.0)
26
- activerecord (3.2.12)
27
- activemodel (= 3.2.12)
28
- activesupport (= 3.2.12)
29
- arel (~> 3.0.2)
30
- tzinfo (~> 0.3.29)
31
- activeresource (3.2.12)
32
- activemodel (= 3.2.12)
33
- activesupport (= 3.2.12)
34
- activesupport (3.2.12)
35
- i18n (~> 0.6)
36
- multi_json (~> 1.0)
37
- arel (3.0.2)
38
- bcrypt-ruby (3.0.1)
39
- builder (3.0.4)
40
- chosen-rails (0.9.12)
41
- coffee-rails (>= 3.2)
42
- railties (>= 3.0)
43
- sass-rails (>= 3.2)
44
- coffee-rails (3.2.2)
45
- coffee-script (>= 2.2.0)
46
- railties (~> 3.2.0)
47
- coffee-script (2.2.0)
48
- coffee-script-source
49
- execjs
50
- coffee-script-source (1.6.1)
51
- daemons (1.1.9)
52
- devise (2.2.3)
53
- bcrypt-ruby (~> 3.0)
54
- orm_adapter (~> 0.1)
55
- railties (~> 3.1)
56
- warden (~> 1.2.1)
57
- erubis (2.7.0)
58
- eventmachine (1.0.3)
59
- execjs (1.4.0)
60
- multi_json (~> 1.0)
61
- haml (4.0.0)
62
- tilt
63
- haml-rails (0.4)
64
- actionpack (>= 3.1, < 4.1)
65
- activesupport (>= 3.1, < 4.1)
66
- haml (>= 3.1, < 4.1)
67
- railties (>= 3.1, < 4.1)
68
- hike (1.2.1)
69
- hoe (3.5.1)
70
- rake (>= 0.8, < 11.0)
71
- i18n (0.6.4)
72
- journey (1.0.4)
73
- jquery-rails (2.2.1)
74
- railties (>= 3.0, < 5.0)
75
- thor (>= 0.14, < 2.0)
76
- json (1.7.7)
77
- libv8 (3.11.8.13)
78
- mail (2.4.4)
79
- i18n (>= 0.4.0)
80
- mime-types (~> 1.16)
81
- treetop (~> 1.4.8)
82
- mime-types (1.21)
83
- multi_json (1.6.1)
84
- open4 (1.3.0)
85
- orm_adapter (0.4.0)
86
- paper_trail (2.7.1)
87
- activerecord (~> 3.0)
88
- railties (~> 3.0)
89
- pg (0.14.1)
90
- polyglot (0.3.3)
91
- rack (1.4.5)
92
- rack-cache (1.2)
93
- rack (>= 0.4)
94
- rack-ssl (1.3.3)
95
- rack
96
- rack-test (0.6.2)
97
- rack (>= 1.0)
98
- rails (3.2.12)
99
- actionmailer (= 3.2.12)
100
- actionpack (= 3.2.12)
101
- activerecord (= 3.2.12)
102
- activeresource (= 3.2.12)
103
- activesupport (= 3.2.12)
104
- bundler (~> 1.0)
105
- railties (= 3.2.12)
106
- railties (3.2.12)
107
- actionpack (= 3.2.12)
108
- activesupport (= 3.2.12)
109
- rack-ssl (~> 1.3.2)
110
- rake (>= 0.8.7)
111
- rdoc (~> 3.4)
112
- thor (>= 0.14.6, < 2.0)
113
- rake (10.0.3)
114
- rdoc (3.12.2)
115
- json (~> 1.4)
116
- ref (1.0.2)
117
- sass (3.2.7)
118
- sass-rails (3.2.6)
119
- railties (~> 3.2.0)
120
- sass (>= 3.1.10)
121
- tilt (~> 1.3)
122
- simple_form (2.1.0)
123
- actionpack (~> 3.0)
124
- activemodel (~> 3.0)
125
- sprockets (2.2.2)
126
- hike (~> 1.2)
127
- multi_json (~> 1.0)
128
- rack (~> 1.0)
129
- tilt (~> 1.1, != 1.3.0)
130
- therubyracer (0.11.4)
131
- libv8 (~> 3.11.8.12)
132
- ref
133
- thin (1.5.0)
134
- daemons (>= 1.0.9)
135
- eventmachine (>= 0.12.6)
136
- rack (>= 1.0.0)
137
- thor (0.17.0)
138
- tilt (1.3.4)
139
- treetop (1.4.12)
140
- polyglot
141
- polyglot (>= 0.3.1)
142
- tzinfo (0.3.35)
143
- uglifier (1.3.0)
144
- execjs (>= 0.3.0)
145
- multi_json (~> 1.0, >= 1.0.2)
146
- warden (1.2.1)
147
- rack (>= 1.0)
148
-
149
- PLATFORMS
150
- ruby
151
-
152
- DEPENDENCIES
153
- automateit (= 0.0.0)!
154
- chosen-rails
155
- coffee-rails (~> 3.2.1)
156
- devise
157
- haml-rails
158
- hoe
159
- jquery-rails
160
- open4
161
- paper_trail
162
- pg
163
- rails (~> 3.2)
164
- sass-rails (~> 3.2.3)
165
- simple_form
166
- therubyracer
167
- thin
168
- uglifier (>= 1.0.3)