typeout 1.4.1 → 1.4.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.
Files changed (4) hide show
  1. data/README.rdoc +1 -1
  2. data/lib/typeout.js +4 -4
  3. data/lib/typeout.rb +1 -1
  4. metadata +4 -4
data/README.rdoc CHANGED
@@ -49,7 +49,7 @@ Ruby:
49
49
 
50
50
  Javascript:
51
51
 
52
- var text = new TypeOut(text);
52
+ var text = new Typeout(text);
53
53
  text.toHTML();
54
54
 
55
55
  == Syntax
data/lib/typeout.js CHANGED
@@ -190,7 +190,7 @@ var Typeout = new Class({
190
190
  }
191
191
  });
192
192
 
193
- var TypeOutPreview = new Class({
193
+ var TypeoutPreview = new Class({
194
194
  Implements: Options,
195
195
 
196
196
  options: {
@@ -205,7 +205,7 @@ var TypeOutPreview = new Class({
205
205
 
206
206
  self.setOptions(options);
207
207
 
208
- self.typeOut = new TypeOut;
208
+ self.typeOut = new Typeout;
209
209
  self.dirty = true;
210
210
  self.ready = false;
211
211
 
@@ -255,8 +255,8 @@ var TypeOutPreview = new Class({
255
255
  }
256
256
  });
257
257
 
258
- TypeOutTemplatePreview = new Class({
259
- Extends: TypeOutPreview,
258
+ TypeoutTemplatePreview = new Class({
259
+ Extends: TypeoutPreview,
260
260
 
261
261
  initialize: function(textArea, previewDiv, template, options) {
262
262
  var self = this;
data/lib/typeout.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'sanitize'
2
2
 
3
3
  class Typeout < String
4
- VERSION = '1.4.1'
4
+ VERSION = '1.4.2'
5
5
 
6
6
  include ERB::Util
7
7
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typeout
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 1
10
- version: 1.4.1
9
+ - 2
10
+ version: 1.4.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Connor McKay
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-08 00:00:00 -07:00
18
+ date: 2010-07-18 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency