conversation_forms 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{app → lib}/assets/javascripts/conversation_forms.coffee +0 -0
- data/{app → lib}/assets/javascripts/index.js +0 -0
- data/lib/assets/stylesheets/application.css +15 -0
- data/{app/assets/stylesheets/application.scss → lib/assets/stylesheets/conversation_forms.scss} +0 -0
- data/lib/conversation_forms/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0420100e801f8e48bbadcab7a9e327a3943c0382
|
4
|
+
data.tar.gz: c989f1094b95604697ace4381e72c860c22bffe0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fae62922116f226155a711f46099db38bec8e7cd51aef271dcc320c7d3a61d86e0a30da40267edd4563ae122e350b305fc157014835259dcb72e2261e0752c6
|
7
|
+
data.tar.gz: 3d07dd64a01c326b9a7022e6371a0f07136d280bae0c16c45133e78215dc82415a70133c146539c84addfce0bfca2ff627be4b322aba168f981623ed1746a274
|
File without changes
|
File without changes
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/*
|
2
|
+
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
+
* listed below.
|
4
|
+
*
|
5
|
+
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
+
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
7
|
+
*
|
8
|
+
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
9
|
+
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
10
|
+
* files in this directory. Styles in this file should be added after the last require_* statement.
|
11
|
+
* It is generally better to create a new file per style scope.
|
12
|
+
*
|
13
|
+
*= require_tree .
|
14
|
+
*= require_self
|
15
|
+
*/
|
data/{app/assets/stylesheets/application.scss → lib/assets/stylesheets/conversation_forms.scss}
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: conversation_forms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sampson Crowley
|
@@ -69,9 +69,10 @@ files:
|
|
69
69
|
- MIT-LICENSE
|
70
70
|
- README.md
|
71
71
|
- Rakefile
|
72
|
-
-
|
73
|
-
-
|
74
|
-
-
|
72
|
+
- lib/assets/javascripts/conversation_forms.coffee
|
73
|
+
- lib/assets/javascripts/index.js
|
74
|
+
- lib/assets/stylesheets/application.css
|
75
|
+
- lib/assets/stylesheets/conversation_forms.scss
|
75
76
|
- lib/conversation_forms.rb
|
76
77
|
- lib/conversation_forms/version.rb
|
77
78
|
- lib/tasks/conversation_forms_tasks.rake
|