curly-templates.gemspec in curly-templates-2.4.0 vs curly-templates.gemspec in curly-templates-2.4.1
- old
+ new
@@ -2,12 +2,12 @@
s.specification_version = 2 if s.respond_to? :specification_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.rubygems_version = '1.3.5'
s.name = 'curly-templates'
- s.version = '2.4.0'
- s.date = '2015-02-24'
+ s.version = '2.4.1'
+ s.date = '2015-04-27'
s.summary = "Free your views!"
s.description = "A view layer for your Rails apps that separates structure and logic."
s.license = "apache2"
@@ -55,9 +55,12 @@
lib/curly/template_handler.rb
lib/generators/curly/controller/controller_generator.rb
lib/generators/curly/controller/templates/presenter.rb.erb
lib/generators/curly/controller/templates/view.html.curly.erb
lib/rails/projections.json
+ perf/compile_benchmark.rb
+ perf/compile_profile.rb
+ perf/component_benchmark.rb
spec/attribute_scanner_spec.rb
spec/collection_blocks_spec.rb
spec/compiler/collections_spec.rb
spec/compiler/context_blocks_spec.rb
spec/compiler_spec.rb