hammer_builder 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG.md +45 -0
  2. metadata +5 -5
  3. data/LICENSE +0 -19
data/CHANGELOG.md ADDED
@@ -0,0 +1,45 @@
1
+ ## 0.1.2
2
+ * 2011-05-17: Fixed gemspec and changelog fix #11
3
+ * 2011-05-16: Rails bench corrected
4
+ ## 0.1.1
5
+ * 2011-05-16: Dynamic classes rewriten
6
+ * 2011-05-11: doc update
7
+ * 2011-05-11: doc update
8
+ ## 0.1.0
9
+ * 2011-05-11: doc update
10
+ * 2011-05-11: doc update
11
+ * 2011-05-11: Specs, Yardoc, minor updates
12
+ * 2011-05-09: YARD added
13
+ * 2011-05-09: repository clean up
14
+ ## 0.0.0
15
+ * 2011-05-09: better way for js #3
16
+ * 2011-05-09: cdata added
17
+ * 2011-05-09: constant names for all classes added
18
+ * 2011-05-09: module Helper added
19
+ * 2011-05-08: to_html renamed to to_xhtml
20
+ * 2011-05-08: Data-* attributes, minor fixes
21
+ * 2011-05-08: tenjin bechmark
22
+ * 2011-05-07: valid markup, partials eqv. in hammer-builder
23
+ * 2011-05-07: typo
24
+ * 2011-05-07: licence is added
25
+ * 2011-05-07: classify error removed, benchmark in rails
26
+ * 2011-05-06: Pool is added fex #5, benchmark is corrected
27
+ * 2011-05-06: TODOs removed
28
+ * 2011-05-06: Duplicate ivars are moved to constants
29
+ * 2011-05-05: escaping and __LINE__+1 are corected
30
+ * 2011-05-04: garbage and escaping optimalization
31
+ * 2011-05-04: xhtml headers, full tags, attribute set
32
+ * 2011-05-03: names to anonymous classes added
33
+ * 2011-05-03: Cumulative #class calls
34
+ * 2011-05-02: readme update
35
+ * 2011-05-02: extension corrected
36
+ * 2011-05-02: documentation update
37
+ * 2011-05-02: going meta
38
+ * 2011-04-30: Added functionality
39
+ * 2011-04-29: readme update
40
+ * 2011-04-29: performance tweaks
41
+ * 2011-04-29: performance tweaks
42
+ * 2011-04-28: benchmark update
43
+ * 2011-04-28: syntax sugar
44
+ * 2011-04-10: readme
45
+ * 2011-04-09: Initial experimental implementation and benchmark
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Petr Chalupa
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-05-16 00:00:00 +02:00
17
+ date: 2011-05-17 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -98,12 +98,12 @@ executables: []
98
98
  extensions: []
99
99
 
100
100
  extra_rdoc_files:
101
- - LICENSE
101
+ - CHANGELOG.md
102
102
  - README.md
103
103
  files:
104
104
  - lib/hammer_builder.rb
105
105
  - lib/hammer_builder/dynamic_classes.rb
106
- - LICENSE
106
+ - CHANGELOG.md
107
107
  - README.md
108
108
  - spec/hammer_builder_spec.rb
109
109
  - spec/spec_helper.rb
data/LICENSE DELETED
@@ -1,19 +0,0 @@
1
- Copyright (c) 2011 Petr Chalupa
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is
8
- furnished to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in
11
- all copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- THE SOFTWARE.