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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87ed1d774c3ab7dc4ed404e09b46bcf91a5afb5b
4
- data.tar.gz: cdd64f6cd53f4398b962389afb94dee542f5e4fb
3
+ metadata.gz: 0420100e801f8e48bbadcab7a9e327a3943c0382
4
+ data.tar.gz: c989f1094b95604697ace4381e72c860c22bffe0
5
5
  SHA512:
6
- metadata.gz: 40e79426510dd884720b5186150ea4b676b1d1af9eae1cf0b3e0fcb335b3ebe95affc4a5d5983a555c0790ce8d36023a8b4ee3c11f30a57d31d88a39c0119270
7
- data.tar.gz: 6424998a2403edf8680204bfc74473240b13663399a6797a076674e64559fe6c83c078b0ceae261043e6f0a268ccccd9a33cdbbfe725a3ab61ce1d8989b3bf5b
6
+ metadata.gz: 2fae62922116f226155a711f46099db38bec8e7cd51aef271dcc320c7d3a61d86e0a30da40267edd4563ae122e350b305fc157014835259dcb72e2261e0752c6
7
+ data.tar.gz: 3d07dd64a01c326b9a7022e6371a0f07136d280bae0c16c45133e78215dc82415a70133c146539c84addfce0bfca2ff627be4b322aba168f981623ed1746a274
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
+ */
@@ -1,5 +1,5 @@
1
1
  module ConversationForms
2
2
  module Rails
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
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.2.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
- - app/assets/javascripts/conversation_forms.coffee
73
- - app/assets/javascripts/index.js
74
- - app/assets/stylesheets/application.scss
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