lettrics 0.0.2 → 0.0.3
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/lettrics/version.rb +1 -1
- data/spec/dummy/log/test.log +31 -0
- data.tar.gz.sig +0 -0
- metadata +26 -6
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 853e64b2fba58a3521305c32d9b3b690ca85bf8b
|
|
4
|
+
data.tar.gz: 75ede398299ff2ade27764d0113d3ab124f39b3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39aab6ad94be3e29867abf69193f2ee539719c6cb65fc3d8c1b1784ffbd55491ada0403aacdf115b98bade9b378da36871d79f5c3457c78f389f27e85dc656a9
|
|
7
|
+
data.tar.gz: 64d15bc33ea756529b2382ee93dc9f1ae537f2e35f7fee078be58a2e5529241fedf076514df1494094a2bf2620301b4b3e089b49423abf0108043a45c7a19068
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/lettrics/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
|
@@ -766,3 +766,34 @@ Started GET "/small_text_area" for 127.0.0.1 at 2014-03-24 15:26:34 -0400
|
|
|
766
766
|
Processing by PagesController#small_text_area as HTML
|
|
767
767
|
Rendered pages/small_text_area.html within layouts/application (0.0ms)
|
|
768
768
|
Completed 200 OK in 1.8ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
|
769
|
+
Connecting to database specified by database.yml
|
|
770
|
+
Started GET "/assets/lettrics.js" for 127.0.0.1 at 2014-03-24 15:55:59 -0400
|
|
771
|
+
Served asset /lettrics.js - 200 OK (6ms)
|
|
772
|
+
Started GET "/text_area" for 127.0.0.1 at 2014-03-24 15:55:59 -0400
|
|
773
|
+
Processing by PagesController#text_area as HTML
|
|
774
|
+
Rendered pages/text_area.html within layouts/application (1.6ms)
|
|
775
|
+
Completed 200 OK in 15.5ms (Views: 14.9ms | ActiveRecord: 0.0ms)
|
|
776
|
+
Started GET "/text_area" for 127.0.0.1 at 2014-03-24 15:56:05 -0400
|
|
777
|
+
Processing by PagesController#text_area as HTML
|
|
778
|
+
Rendered pages/text_area.html within layouts/application (0.1ms)
|
|
779
|
+
Completed 200 OK in 2.9ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
|
780
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2014-03-24 15:56:05 -0400
|
|
781
|
+
Served asset /application.css - 200 OK (5ms)
|
|
782
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2014-03-24 15:56:05 -0400
|
|
783
|
+
Served asset /application.js - 200 OK (8ms)
|
|
784
|
+
Started GET "/small_text_area" for 127.0.0.1 at 2014-03-24 15:56:06 -0400
|
|
785
|
+
Processing by PagesController#small_text_area as HTML
|
|
786
|
+
Rendered pages/small_text_area.html within layouts/application (0.6ms)
|
|
787
|
+
Completed 200 OK in 3.8ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
|
788
|
+
Started GET "/text_area_with_text" for 127.0.0.1 at 2014-03-24 15:56:06 -0400
|
|
789
|
+
Processing by PagesController#text_area_with_text as HTML
|
|
790
|
+
Rendered pages/text_area_with_text.html within layouts/application (0.6ms)
|
|
791
|
+
Completed 200 OK in 4.3ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
|
792
|
+
Started GET "/text_areas" for 127.0.0.1 at 2014-03-24 15:56:07 -0400
|
|
793
|
+
Processing by PagesController#text_areas as HTML
|
|
794
|
+
Rendered pages/text_areas.html within layouts/application (0.4ms)
|
|
795
|
+
Completed 200 OK in 3.2ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
|
796
|
+
Started GET "/small_text_area" for 127.0.0.1 at 2014-03-24 15:56:07 -0400
|
|
797
|
+
Processing by PagesController#small_text_area as HTML
|
|
798
|
+
Rendered pages/small_text_area.html within layouts/application (0.0ms)
|
|
799
|
+
Completed 200 OK in 1.9ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lettrics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- patrick mcelwee
|
|
@@ -33,19 +33,25 @@ cert_chain:
|
|
|
33
33
|
date: 2014-03-24 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
|
-
name:
|
|
36
|
+
name: railties
|
|
37
37
|
requirement: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
|
-
- -
|
|
39
|
+
- - '>='
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 3.
|
|
41
|
+
version: '3.0'
|
|
42
|
+
- - <
|
|
43
|
+
- !ruby/object:Gem::Version
|
|
44
|
+
version: '5.0'
|
|
42
45
|
type: :runtime
|
|
43
46
|
prerelease: false
|
|
44
47
|
version_requirements: !ruby/object:Gem::Requirement
|
|
45
48
|
requirements:
|
|
46
|
-
- -
|
|
49
|
+
- - '>='
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: '3.0'
|
|
52
|
+
- - <
|
|
47
53
|
- !ruby/object:Gem::Version
|
|
48
|
-
version:
|
|
54
|
+
version: '5.0'
|
|
49
55
|
- !ruby/object:Gem::Dependency
|
|
50
56
|
name: coffee-rails
|
|
51
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -130,6 +136,20 @@ dependencies:
|
|
|
130
136
|
- - ~>
|
|
131
137
|
- !ruby/object:Gem::Version
|
|
132
138
|
version: 2.25.0
|
|
139
|
+
- !ruby/object:Gem::Dependency
|
|
140
|
+
name: rails
|
|
141
|
+
requirement: !ruby/object:Gem::Requirement
|
|
142
|
+
requirements:
|
|
143
|
+
- - ~>
|
|
144
|
+
- !ruby/object:Gem::Version
|
|
145
|
+
version: 3.2.0
|
|
146
|
+
type: :development
|
|
147
|
+
prerelease: false
|
|
148
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
149
|
+
requirements:
|
|
150
|
+
- - ~>
|
|
151
|
+
- !ruby/object:Gem::Version
|
|
152
|
+
version: 3.2.0
|
|
133
153
|
description: |-
|
|
134
154
|
Dead-simple character count for textareas in Rails
|
|
135
155
|
app with javascript.
|
metadata.gz.sig
CHANGED
|
Binary file
|