rmails 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +16 -1
- data/Gemfile +0 -16
- data/Gemfile.lock +107 -0
- data/lib/rmails/version.rb +1 -1
- data/system/dist/rmails/Gemfile.1 +1 -1
- data/system/dist/rmails/Gemfile.2 +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92b5e5a83722b2de191659d5fb168ae02ec01c9c
|
4
|
+
data.tar.gz: b675c0e9a281e030ae777a3450ea089cf9c32ec4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75f2f06b6f1455c0f61a15402603f777df6d0f5ace15b9c3cc5535d4e558581809c3d8f22c7c68f82de8a57e0b0fc4ca0583e3940f308c9c6cbbd740736b35c5
|
7
|
+
data.tar.gz: 567d19106df7eb98bc9b84712f7665e2d3d914964ecf31dab2d9eda99c90f76cc637a2f63c1102f047a2117c8f8cee39a2ae1c9070cbb756d119b4cc872a5845
|
data/.gitignore
CHANGED
@@ -19,4 +19,19 @@ spec
|
|
19
19
|
.box
|
20
20
|
.box/**/*
|
21
21
|
*.gem
|
22
|
-
|
22
|
+
bin/ai
|
23
|
+
bin/aifield
|
24
|
+
bin/aissh
|
25
|
+
bin/aitag
|
26
|
+
bin/automateit
|
27
|
+
bin/erubis
|
28
|
+
bin/rackup
|
29
|
+
bin/rails
|
30
|
+
bin/rake
|
31
|
+
bin/rdoc
|
32
|
+
bin/ri
|
33
|
+
bin/sow
|
34
|
+
bin/sprockets
|
35
|
+
bin/thor
|
36
|
+
bin/tilt
|
37
|
+
bin/tt
|
data/Gemfile
CHANGED
@@ -4,21 +4,5 @@ gem 'hoe'
|
|
4
4
|
gem 'open4'
|
5
5
|
gem 'rails', '~> 3.2'
|
6
6
|
gem 'devise'
|
7
|
-
gem 'thin'
|
8
|
-
gem 'pg'
|
9
7
|
|
10
8
|
gem 'automateit', '0.0.0', :git => 'git://github.com/fanda/automateit.git'
|
11
|
-
|
12
|
-
gem 'simple_form'
|
13
|
-
gem 'paper_trail'
|
14
|
-
|
15
|
-
['haml', 'jquery', 'chosen'].each do |g|
|
16
|
-
gem "#{g}-rails"
|
17
|
-
end
|
18
|
-
|
19
|
-
#group :assets do
|
20
|
-
gem 'sass-rails', '~> 3.2.3'
|
21
|
-
gem 'coffee-rails', '~> 3.2.1'
|
22
|
-
gem 'therubyracer', :platforms => :ruby
|
23
|
-
gem 'uglifier', '>= 1.0.3'
|
24
|
-
#end
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,107 @@
|
|
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.13)
|
11
|
+
actionpack (= 3.2.13)
|
12
|
+
mail (~> 2.5.3)
|
13
|
+
actionpack (3.2.13)
|
14
|
+
activemodel (= 3.2.13)
|
15
|
+
activesupport (= 3.2.13)
|
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.13)
|
24
|
+
activesupport (= 3.2.13)
|
25
|
+
builder (~> 3.0.0)
|
26
|
+
activerecord (3.2.13)
|
27
|
+
activemodel (= 3.2.13)
|
28
|
+
activesupport (= 3.2.13)
|
29
|
+
arel (~> 3.0.2)
|
30
|
+
tzinfo (~> 0.3.29)
|
31
|
+
activeresource (3.2.13)
|
32
|
+
activemodel (= 3.2.13)
|
33
|
+
activesupport (= 3.2.13)
|
34
|
+
activesupport (3.2.13)
|
35
|
+
i18n (= 0.6.1)
|
36
|
+
multi_json (~> 1.0)
|
37
|
+
arel (3.0.2)
|
38
|
+
bcrypt-ruby (3.0.1)
|
39
|
+
builder (3.0.4)
|
40
|
+
devise (2.2.4)
|
41
|
+
bcrypt-ruby (~> 3.0)
|
42
|
+
orm_adapter (~> 0.1)
|
43
|
+
railties (~> 3.1)
|
44
|
+
warden (~> 1.2.1)
|
45
|
+
erubis (2.7.0)
|
46
|
+
hike (1.2.2)
|
47
|
+
hoe (3.6.1)
|
48
|
+
rake (>= 0.8, < 11.0)
|
49
|
+
i18n (0.6.1)
|
50
|
+
journey (1.0.4)
|
51
|
+
json (1.8.0)
|
52
|
+
mail (2.5.4)
|
53
|
+
mime-types (~> 1.16)
|
54
|
+
treetop (~> 1.4.8)
|
55
|
+
mime-types (1.23)
|
56
|
+
multi_json (1.7.3)
|
57
|
+
open4 (1.3.0)
|
58
|
+
orm_adapter (0.4.0)
|
59
|
+
polyglot (0.3.3)
|
60
|
+
rack (1.4.5)
|
61
|
+
rack-cache (1.2)
|
62
|
+
rack (>= 0.4)
|
63
|
+
rack-ssl (1.3.3)
|
64
|
+
rack
|
65
|
+
rack-test (0.6.2)
|
66
|
+
rack (>= 1.0)
|
67
|
+
rails (3.2.13)
|
68
|
+
actionmailer (= 3.2.13)
|
69
|
+
actionpack (= 3.2.13)
|
70
|
+
activerecord (= 3.2.13)
|
71
|
+
activeresource (= 3.2.13)
|
72
|
+
activesupport (= 3.2.13)
|
73
|
+
bundler (~> 1.0)
|
74
|
+
railties (= 3.2.13)
|
75
|
+
railties (3.2.13)
|
76
|
+
actionpack (= 3.2.13)
|
77
|
+
activesupport (= 3.2.13)
|
78
|
+
rack-ssl (~> 1.3.2)
|
79
|
+
rake (>= 0.8.7)
|
80
|
+
rdoc (~> 3.4)
|
81
|
+
thor (>= 0.14.6, < 2.0)
|
82
|
+
rake (10.0.4)
|
83
|
+
rdoc (3.12.2)
|
84
|
+
json (~> 1.4)
|
85
|
+
sprockets (2.2.2)
|
86
|
+
hike (~> 1.2)
|
87
|
+
multi_json (~> 1.0)
|
88
|
+
rack (~> 1.0)
|
89
|
+
tilt (~> 1.1, != 1.3.0)
|
90
|
+
thor (0.18.1)
|
91
|
+
tilt (1.4.1)
|
92
|
+
treetop (1.4.12)
|
93
|
+
polyglot
|
94
|
+
polyglot (>= 0.3.1)
|
95
|
+
tzinfo (0.3.37)
|
96
|
+
warden (1.2.1)
|
97
|
+
rack (>= 1.0)
|
98
|
+
|
99
|
+
PLATFORMS
|
100
|
+
ruby
|
101
|
+
|
102
|
+
DEPENDENCIES
|
103
|
+
automateit (= 0.0.0)!
|
104
|
+
devise
|
105
|
+
hoe
|
106
|
+
open4
|
107
|
+
rails (~> 3.2)
|
data/lib/rmails/version.rb
CHANGED
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
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Novotny
|
@@ -103,6 +103,7 @@ extra_rdoc_files: []
|
|
103
103
|
files:
|
104
104
|
- .gitignore
|
105
105
|
- Gemfile
|
106
|
+
- Gemfile.lock
|
106
107
|
- LICENSE.txt
|
107
108
|
- README.markdown
|
108
109
|
- Rakefile
|