bhf.gemspec in bhf-0.8.0 vs bhf.gemspec in bhf-0.8.2
- old
+ new
@@ -1,19 +1,19 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
-# stub: bhf 0.8.0 ruby lib
+# stub: bhf 0.8.2 ruby lib
Gem::Specification.new do |s|
s.name = "bhf"
- s.version = "0.8.0"
+ s.version = "0.8.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Anton Pawlik"]
- s.date = "2014-06-11"
+ s.date = "2014-07-02"
s.description = "Gets you there on time"
s.email = "anton.pawlik@gmail.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
@@ -33,12 +33,10 @@
"app/assets/images/bhf/small_ajax_loader.gif",
"app/assets/images/bhf/small_ajax_loader_h.gif",
"app/assets/images/bhf/wmd-buttons.png",
"app/assets/images/logo_bhf.svg",
"app/assets/javascripts/bhf/application.js",
- "app/assets/javascripts/bhf/classes/AjaxEdit.js",
- "app/assets/javascripts/bhf/classes/AjaxEditStack.js",
"app/assets/javascripts/bhf/classes/Ajaxify.js",
"app/assets/javascripts/bhf/classes/ArrayFields.js",
"app/assets/javascripts/bhf/classes/FormHelper.js",
"app/assets/javascripts/bhf/classes/Locale.de-DE.js",
"app/assets/javascripts/bhf/classes/Locale.en-US.js",
@@ -46,10 +44,12 @@
"app/assets/javascripts/bhf/classes/MultipleFields.js",
"app/assets/javascripts/bhf/classes/Picker.js",
"app/assets/javascripts/bhf/classes/Picker_Attach.js",
"app/assets/javascripts/bhf/classes/Picker_Date.js",
"app/assets/javascripts/bhf/classes/PlatformHelper.js",
+ "app/assets/javascripts/bhf/classes/QuickEdit.js",
+ "app/assets/javascripts/bhf/classes/QuickEditStack.js",
"app/assets/javascripts/bhf/classes/Setlatlng.js",
"app/assets/javascripts/bhf/classes/showdown.js",
"app/assets/javascripts/bhf/classes/wmd.js",
"app/assets/javascripts/bhf/mootools-core-1.5.0-full-compat.js",
"app/assets/javascripts/bhf/mootools-more-1.5.0.js",
@@ -71,66 +71,63 @@
"app/views/bhf/_user.haml",
"app/views/bhf/application/index.haml",
"app/views/bhf/entries/_form.haml",
"app/views/bhf/entries/_validation_errors.haml",
"app/views/bhf/entries/edit.haml",
- "app/views/bhf/entries/form/belongs_to/_account_scope.haml",
- "app/views/bhf/entries/form/belongs_to/_radio.haml",
- "app/views/bhf/entries/form/belongs_to/_select.haml",
- "app/views/bhf/entries/form/belongs_to/_static.haml",
- "app/views/bhf/entries/form/column/_array.haml",
- "app/views/bhf/entries/form/column/_boolean.haml",
- "app/views/bhf/entries/form/column/_date.haml",
- "app/views/bhf/entries/form/column/_hash.haml",
- "app/views/bhf/entries/form/column/_mappin.haml",
- "app/views/bhf/entries/form/column/_markdown.haml",
- "app/views/bhf/entries/form/column/_multiple_fields.haml",
- "app/views/bhf/entries/form/column/_number.haml",
- "app/views/bhf/entries/form/column/_paperclip.haml",
- "app/views/bhf/entries/form/column/_password.haml",
- "app/views/bhf/entries/form/column/_static.haml",
- "app/views/bhf/entries/form/column/_string.haml",
- "app/views/bhf/entries/form/column/_text.haml",
- "app/views/bhf/entries/form/column/_wysiwyg.haml",
- "app/views/bhf/entries/form/embeds_many/_static.haml",
- "app/views/bhf/entries/form/embeds_one/_static.haml",
- "app/views/bhf/entries/form/has_and_belongs_to_many/_account_scope.haml",
- "app/views/bhf/entries/form/has_and_belongs_to_many/_check_box.haml",
- "app/views/bhf/entries/form/has_and_belongs_to_many/_static.haml",
- "app/views/bhf/entries/form/has_many/_static.haml",
- "app/views/bhf/entries/form/has_one/_account_scope.haml",
- "app/views/bhf/entries/form/has_one/_static.haml",
"app/views/bhf/entries/new.haml",
"app/views/bhf/entries/show.haml",
+ "app/views/bhf/form/belongs_to/_radio.haml",
+ "app/views/bhf/form/belongs_to/_select.haml",
+ "app/views/bhf/form/belongs_to/_static.haml",
+ "app/views/bhf/form/column/_array.haml",
+ "app/views/bhf/form/column/_boolean.haml",
+ "app/views/bhf/form/column/_date.haml",
+ "app/views/bhf/form/column/_hash.haml",
+ "app/views/bhf/form/column/_mappin.haml",
+ "app/views/bhf/form/column/_markdown.haml",
+ "app/views/bhf/form/column/_multiple_fields.haml",
+ "app/views/bhf/form/column/_number.haml",
+ "app/views/bhf/form/column/_paperclip.haml",
+ "app/views/bhf/form/column/_password.haml",
+ "app/views/bhf/form/column/_static.haml",
+ "app/views/bhf/form/column/_string.haml",
+ "app/views/bhf/form/column/_text.haml",
+ "app/views/bhf/form/column/_wysiwyg.haml",
+ "app/views/bhf/form/embeds_many/_static.haml",
+ "app/views/bhf/form/embeds_one/_static.haml",
+ "app/views/bhf/form/has_and_belongs_to_many/_check_box.haml",
+ "app/views/bhf/form/has_and_belongs_to_many/_static.haml",
+ "app/views/bhf/form/has_many/_static.haml",
+ "app/views/bhf/form/has_one/_static.haml",
"app/views/bhf/helper/_definition_item.haml",
"app/views/bhf/helper/_field_errors.haml",
"app/views/bhf/helper/_flash.haml",
"app/views/bhf/helper/_frontend_edit.haml",
"app/views/bhf/helper/_info.haml",
"app/views/bhf/helper/_node.haml",
"app/views/bhf/helper/_reflection_node.haml",
"app/views/bhf/pages/_platform.haml",
"app/views/bhf/pages/_search.haml",
- "app/views/bhf/pages/macro/belongs_to/_default.haml",
- "app/views/bhf/pages/macro/column/_array.haml",
- "app/views/bhf/pages/macro/column/_boolean.haml",
- "app/views/bhf/pages/macro/column/_date.haml",
- "app/views/bhf/pages/macro/column/_extern_link.haml",
- "app/views/bhf/pages/macro/column/_file.haml",
- "app/views/bhf/pages/macro/column/_hash.haml",
- "app/views/bhf/pages/macro/column/_image.haml",
- "app/views/bhf/pages/macro/column/_number.haml",
- "app/views/bhf/pages/macro/column/_paperclip.haml",
- "app/views/bhf/pages/macro/column/_primary_key.haml",
- "app/views/bhf/pages/macro/column/_string.haml",
- "app/views/bhf/pages/macro/column/_text.haml",
- "app/views/bhf/pages/macro/embeds_many/_default.haml",
- "app/views/bhf/pages/macro/embeds_one/_default.haml",
- "app/views/bhf/pages/macro/has_and_belongs_to_many/_default.haml",
- "app/views/bhf/pages/macro/has_many/_default.haml",
- "app/views/bhf/pages/macro/has_one/_default.haml",
"app/views/bhf/pages/show.haml",
+ "app/views/bhf/table/belongs_to/_default.haml",
+ "app/views/bhf/table/column/_array.haml",
+ "app/views/bhf/table/column/_boolean.haml",
+ "app/views/bhf/table/column/_date.haml",
+ "app/views/bhf/table/column/_extern_link.haml",
+ "app/views/bhf/table/column/_file.haml",
+ "app/views/bhf/table/column/_hash.haml",
+ "app/views/bhf/table/column/_image.haml",
+ "app/views/bhf/table/column/_number.haml",
+ "app/views/bhf/table/column/_paperclip.haml",
+ "app/views/bhf/table/column/_primary_key.haml",
+ "app/views/bhf/table/column/_string.haml",
+ "app/views/bhf/table/column/_text.haml",
+ "app/views/bhf/table/embeds_many/_default.haml",
+ "app/views/bhf/table/embeds_one/_default.haml",
+ "app/views/bhf/table/has_and_belongs_to_many/_default.haml",
+ "app/views/bhf/table/has_many/_default.haml",
+ "app/views/bhf/table/has_one/_default.haml",
"app/views/kaminari/bhf/_gap.html.haml",
"app/views/kaminari/bhf/_next_page.html.haml",
"app/views/kaminari/bhf/_page.html.haml",
"app/views/kaminari/bhf/_paginator.html.haml",
"app/views/kaminari/bhf/_prev_page.html.haml",
@@ -139,18 +136,22 @@
"bhf.gemspec",
"config/locales/de.yml",
"config/locales/en.yml",
"config/routes.rb",
"lib/bhf.rb",
- "lib/bhf/active_record/active_record.rb",
- "lib/bhf/data.rb",
- "lib/bhf/form.rb",
+ "lib/bhf/action_view/form_builder.rb",
+ "lib/bhf/action_view/form_options.rb",
+ "lib/bhf/active_record/base.rb",
"lib/bhf/mongoid/document.rb",
- "lib/bhf/pagination.rb",
- "lib/bhf/platform.rb",
- "lib/bhf/settings.rb",
- "lib/bhf/settings_parser.rb",
+ "lib/bhf/platform/attribute/abstract.rb",
+ "lib/bhf/platform/attribute/column.rb",
+ "lib/bhf/platform/attribute/reflection.rb",
+ "lib/bhf/platform/base.rb",
+ "lib/bhf/platform/pagination.rb",
+ "lib/bhf/settings/base.rb",
+ "lib/bhf/settings/platform.rb",
+ "lib/bhf/settings/yaml_parser.rb",
"lib/rails/generators/bhf/templates/initializer.rb",
"test/database.yml",
"test/test_helper.rb"
]
s.homepage = "http://antpaw.github.io/bhf"
@@ -160,22 +161,22 @@
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<rails>, ["~> 4.1.1"])
+ s.add_runtime_dependency(%q<rails>, ["~> 4"])
s.add_runtime_dependency(%q<turbolinks>, ["~> 2.1"])
s.add_runtime_dependency(%q<kaminari>, ["~> 0.15"])
s.add_runtime_dependency(%q<haml-rails>, ["~> 0.4"])
s.add_runtime_dependency(%q<sass-rails>, ["~> 4.0"])
s.add_development_dependency(%q<shoulda>, ["~> 3.5"])
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
s.add_development_dependency(%q<bundler>, ["~> 1.0"])
s.add_development_dependency(%q<jeweler>, ["~> 2.0"])
s.add_development_dependency(%q<simplecov>, ["~> 0.8"])
else
- s.add_dependency(%q<rails>, ["~> 4.1.1"])
+ s.add_dependency(%q<rails>, ["~> 4"])
s.add_dependency(%q<turbolinks>, ["~> 2.1"])
s.add_dependency(%q<kaminari>, ["~> 0.15"])
s.add_dependency(%q<haml-rails>, ["~> 0.4"])
s.add_dependency(%q<sass-rails>, ["~> 4.0"])
s.add_dependency(%q<shoulda>, ["~> 3.5"])
@@ -183,10 +184,10 @@
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<jeweler>, ["~> 2.0"])
s.add_dependency(%q<simplecov>, ["~> 0.8"])
end
else
- s.add_dependency(%q<rails>, ["~> 4.1.1"])
+ s.add_dependency(%q<rails>, ["~> 4"])
s.add_dependency(%q<turbolinks>, ["~> 2.1"])
s.add_dependency(%q<kaminari>, ["~> 0.15"])
s.add_dependency(%q<haml-rails>, ["~> 0.4"])
s.add_dependency(%q<sass-rails>, ["~> 4.0"])
s.add_dependency(%q<shoulda>, ["~> 3.5"])