hyalin 0.1.1 → 0.1.2

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: 81722c7355161e2ee9187c20638c1f19b69ed343
4
- data.tar.gz: c92171e1b04123b26b218f765ccc34f383945d1c
3
+ metadata.gz: 56e97fd99b69e2adbea53e72a3980f7ecaa43835
4
+ data.tar.gz: 696e1cd5947007ec20b635b8d2d23519532b274f
5
5
  SHA512:
6
- metadata.gz: e82a3198f262fe5de3949ef3c8a1ab6b39bc0165b0a3330dd4c049112d298df6878859c6a75602773982e3df88ba2538bd6519f4453e26040c5005daf6e46723
7
- data.tar.gz: 1d00fabf57a407d7b52a4d76665c00354c5440f69cb0a520ab2a4e06f6a4240713eb1e91013baf8b4518a97b2792a950a6ceaf07d1e0ac3a6b7bfccc0092ecd5
6
+ metadata.gz: c84578c3ac496a165be2c3d4178895f4062b94fbe18b425b5f8a7447a0ae797ebb093d3c6a8615f1bf2523ce31e41d8f5b2015363d7954cc114cb163745f36a0
7
+ data.tar.gz: 677d98694c1913455e27611ad47b1d7409b800ce0aadf4a249ed3817ca78ed6523351c01371b34b70eef06ad5bee73e8e7f2002cb60b01405a84b3dc108344a2
data/README.md CHANGED
@@ -17,7 +17,7 @@ Heavily inspired on [jdutil/contact_us](https://github.com/jdutil/contact_us)
17
17
  In your `Gemfile`, add the following dependencies:
18
18
 
19
19
  ```ruby
20
- gem hyalin', '~> 0.1.0'
20
+ gem 'hyalin', '~> 0.1.0'
21
21
  ```
22
22
 
23
23
  From `Rails.root` in your Terminal run:
@@ -1,3 +1,3 @@
1
1
  module Hyalin
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyalin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heitor Salazar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-25 00:00:00.000000000 Z
11
+ date: 2014-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -87,10 +87,6 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
- - app/assets/javascripts/hyalin/application.js
91
- - app/assets/javascripts/hyalin/messages.js
92
- - app/assets/stylesheets/hyalin/application.css
93
- - app/assets/stylesheets/hyalin/messages.css
94
90
  - app/controllers/hyalin/messages_controller.rb
95
91
  - app/controllers/hyalin_controller.rb
96
92
  - app/mailers/hyalin/postman.rb
@@ -98,7 +94,7 @@ files:
98
94
  - app/views/hyalin/messages/new.html.erb
99
95
  - app/views/hyalin/messages/show.html.erb
100
96
  - app/views/hyalin/postman/contact_email.html.erb
101
- - app/views/hyalin/postman/contact_email.text.plain.erb
97
+ - app/views/hyalin/postman/contact_email.text.erb
102
98
  - config/locales/contact.en.yml~
103
99
  - config/locales/contact.pt-BR.yml~
104
100
  - config/locales/hyalin.en.yml
@@ -1,15 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // the compiled file.
9
- //
10
- // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
11
- // GO AFTER THE REQUIRES BELOW.
12
- //
13
- //= require jquery
14
- //= require jquery_ujs
15
- //= require_tree .
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,13 +0,0 @@
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 vendor/assets/stylesheets of plugins, if any, 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 top of the
9
- * compiled file, but it's generally better to create a new file per style scope.
10
- *
11
- *= require_self
12
- *= require_tree .
13
- */
@@ -1,4 +0,0 @@
1
- /*
2
- Place all the styles related to the matching controller here.
3
- They will automatically be included in application.css.
4
- */