morrisjs-rails 0.4.2 → 0.4.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.md +6 -1
- data/lib/morrisjs-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/untitled +14 -0
- metadata +16 -13
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: d9182f5f02cde2b79e8672e49d333f51dad123e3
|
4
|
+
data.tar.gz: cf26a2a8303b43876e2e88438b2210ce557545d0
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: e0b3dd23491807f2bcd604f729ab18240e517cd333b07d78ec8af4c4acd017124a33905ffe7f3a6b0f51600ddad3d7b06829609997c3c9dabe87d1c97af15117
|
7
|
+
data.tar.gz: e93badd48d59bca294866fcbf5534189a18ceda052b30dc8534967d32aea826848d25649834ba1b3bd7dc205c1e2116e737c0d8ee8632fa6a67ecc9824e0ddbc
|
data/README.md
CHANGED
@@ -24,6 +24,11 @@ Add the following directive to your Javascript manifest file (application.js):
|
|
24
24
|
|
25
25
|
//= require raphael
|
26
26
|
//= require morris
|
27
|
+
|
28
|
+
Add the following directive to your css manifest file (application.css):
|
29
|
+
|
30
|
+
*= require morris
|
31
|
+
|
27
32
|
|
28
33
|
## Versioning
|
29
34
|
|
@@ -36,4 +41,4 @@ The naming schema is identical to morris.js.
|
|
36
41
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
37
42
|
3. Commit your changes (`git commit -am 'Added some feature'`)
|
38
43
|
4. Push to the branch (`git push origin my-new-feature`)
|
39
|
-
5. Create new Pull Request
|
44
|
+
5. Create new Pull Request
|
@@ -0,0 +1,14 @@
|
|
1
|
+
path = File.join(Rails.root, 'config', 'action_mailer.yml')
|
2
|
+
options = YAML.load_file(path)[Rails.env]
|
3
|
+
|
4
|
+
ActionMailer::Base.delivery_method = Rails.env.test? ? :test : :smtp
|
5
|
+
|
6
|
+
ActionMailer::Base.smtp_settings = {
|
7
|
+
:host => options['host'],
|
8
|
+
:address => options['address'],
|
9
|
+
:port => options['port'],
|
10
|
+
:domain => options['domain'],
|
11
|
+
:user_name => options['user_name'],
|
12
|
+
:password => options['password'],
|
13
|
+
:authentication => options['authentication']
|
14
|
+
}
|
metadata
CHANGED
@@ -1,32 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: morrisjs-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.2
|
5
|
-
prerelease:
|
4
|
+
version: 0.4.2.1
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- beanie
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-05-06 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: railties
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- -
|
17
|
+
- - '>'
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: '3.1'
|
20
|
+
- - <
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '5'
|
22
23
|
type: :runtime
|
23
24
|
prerelease: false
|
24
25
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
26
|
requirements:
|
27
|
-
- -
|
27
|
+
- - '>'
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '3.1'
|
30
|
+
- - <
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '5'
|
30
33
|
description: morris.js for the Rails Asset Pipeline
|
31
34
|
email:
|
32
35
|
- ich@abwesend.com
|
@@ -38,29 +41,29 @@ files:
|
|
38
41
|
- lib/morrisjs-rails.rb
|
39
42
|
- vendor/assets/javascripts/morris.js
|
40
43
|
- vendor/assets/stylesheets/morris.css
|
44
|
+
- vendor/assets/stylesheets/untitled
|
41
45
|
- README.md
|
42
46
|
homepage: https://github.com/beanieboi/morrisjs-rails
|
43
47
|
licenses: []
|
48
|
+
metadata: {}
|
44
49
|
post_install_message:
|
45
50
|
rdoc_options: []
|
46
51
|
require_paths:
|
47
52
|
- lib
|
48
53
|
required_ruby_version: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
54
|
requirements:
|
51
|
-
- -
|
55
|
+
- - '>='
|
52
56
|
- !ruby/object:Gem::Version
|
53
57
|
version: '0'
|
54
58
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
55
|
-
none: false
|
56
59
|
requirements:
|
57
|
-
- -
|
60
|
+
- - '>='
|
58
61
|
- !ruby/object:Gem::Version
|
59
62
|
version: '0'
|
60
63
|
requirements: []
|
61
64
|
rubyforge_project:
|
62
|
-
rubygems_version:
|
65
|
+
rubygems_version: 2.0.0
|
63
66
|
signing_key:
|
64
|
-
specification_version:
|
67
|
+
specification_version: 4
|
65
68
|
summary: morris.js for the Rails Asset Pipeline
|
66
69
|
test_files: []
|