Manifest.txt in dima-ruboss4ruby-1.0.5 vs Manifest.txt in dima-ruboss4ruby-1.1.0

- old
+ new

@@ -1,49 +1,56 @@ -Generators History.txt Manifest.txt README.rdoc +Rakefile +app_generators/ruboss_app/USAGE +app_generators/ruboss_app/ruboss_app_generator.rb +app_generators/ruboss_app/templates/actionscript.properties +app_generators/ruboss_app/templates/actionscriptair.properties +app_generators/ruboss_app/templates/default_tasks.rake +app_generators/ruboss_app/templates/expressInstall.swf +app_generators/ruboss_app/templates/flex.properties +app_generators/ruboss_app/templates/generate.rb +app_generators/ruboss_app/templates/html-template/AC_OETags.js +app_generators/ruboss_app/templates/html-template/history/history.css +app_generators/ruboss_app/templates/html-template/history/history.js +app_generators/ruboss_app/templates/html-template/history/historyFrame.html +app_generators/ruboss_app/templates/html-template/index.template.html +app_generators/ruboss_app/templates/html-template/playerProductInstall.swf +app_generators/ruboss_app/templates/index.html.erb +app_generators/ruboss_app/templates/mainair-app.xml +app_generators/ruboss_app/templates/mainapp-config.xml +app_generators/ruboss_app/templates/mainapp.mxml +app_generators/ruboss_app/templates/project-textmate.erb +app_generators/ruboss_app/templates/project.properties +app_generators/ruboss_app/templates/projectair.properties +app_generators/ruboss_app/templates/swfobject.js +bin/ruboss-gen +generators/ruboss_config/USAGE +generators/ruboss_config/ruboss_config_generator.rb +generators/ruboss_controller/USAGE +generators/ruboss_controller/ruboss_controller_generator.rb +generators/ruboss_controller/templates/controller.as.erb +generators/ruboss_main_app/USAGE +generators/ruboss_main_app/ruboss_main_app_generator.rb +generators/ruboss_main_app/templates/mainapp.mxml +generators/ruboss_scaffold/USAGE +generators/ruboss_scaffold/ruboss_scaffold_generator.rb +generators/ruboss_scaffold/templates/component.mxml.erb +generators/ruboss_scaffold/templates/model.as.erb +generators/ruboss_yaml_scaffold/USAGE +generators/ruboss_yaml_scaffold/ruboss_yaml_scaffold_generator.rb gpl-3.0.txt lib/ruboss4ruby.rb lib/ruboss4ruby/active_foo.rb +lib/ruboss4ruby/active_record_default_methods.rb lib/ruboss4ruby/active_record_tasks.rb lib/ruboss4ruby/configuration.rb lib/ruboss4ruby/datamapper_foo.rb -lib/ruboss4ruby/generated_attribute.rb lib/ruboss4ruby/rails/recipes.rb -lib/ruboss4ruby/rails/ruboss_helper.rb -lib/ruboss4ruby/rails/ruboss_test_helpers.rb +lib/ruboss4ruby/rails/swf_helper.rb lib/ruboss4ruby/tasks.rb -merb_generators/ruboss_config.rb -merb_generators/ruboss_controller.rb -merb_generators/ruboss_flex_app.rb -merb_generators/ruboss_resource.rb -merb_generators/ruboss_resource_controller.rb -merb_generators/ruboss_scaffold.rb -merb_generators/templates/ruboss_config/actionscript.properties -merb_generators/templates/ruboss_config/actionscriptair.properties -merb_generators/templates/ruboss_config/expressInstall.swf -merb_generators/templates/ruboss_config/flex.properties -merb_generators/templates/ruboss_config/html-template/AC_OETags.js -merb_generators/templates/ruboss_config/html-template/history/history.css -merb_generators/templates/ruboss_config/html-template/history/history.js -merb_generators/templates/ruboss_config/html-template/history/historyFrame.html -merb_generators/templates/ruboss_config/html-template/index.template.html -merb_generators/templates/ruboss_config/html-template/playerProductInstall.swf -merb_generators/templates/ruboss_config/index.html.erb -merb_generators/templates/ruboss_config/mainair-app.xml -merb_generators/templates/ruboss_config/project.properties -merb_generators/templates/ruboss_config/projectair.properties -merb_generators/templates/ruboss_config/ruboss.yml -merb_generators/templates/ruboss_config/swfobject.js -merb_generators/templates/ruboss_controller/controller.as.erb -merb_generators/templates/ruboss_flex_app/mainapp.mxml -merb_generators/templates/ruboss_resource_controller/controller_ar.rb.erb -merb_generators/templates/ruboss_resource_controller/controller_dm.rb.erb -merb_generators/templates/ruboss_resource_controller/spec/controllers/%file_name%_spec.rb -merb_generators/templates/ruboss_resource_controller/spec/requests/%file_name%_spec.rb -merb_generators/templates/ruboss_resource_controller/test/controllers/%file_name%_test.rb rails_generators/ruboss_config/USAGE rails_generators/ruboss_config/ruboss_config_generator.rb rails_generators/ruboss_config/templates/actionscript.properties rails_generators/ruboss_config/templates/actionscriptair.properties rails_generators/ruboss_config/templates/expressInstall.swf @@ -77,20 +84,23 @@ rails_generators/ruboss_scaffold/templates/model.rb.erb rails_generators/ruboss_yaml_scaffold/USAGE rails_generators/ruboss_yaml_scaffold/ruboss_yaml_scaffold_generator.rb rcl-1.0.txt ruboss4ruby.gemspec +spec/ruboss4ruby_spec.rb +spec/spec_helper.rb test/rails/controllers/application.rb test/rails/controllers/locations_controller.rb test/rails/controllers/notes_controller.rb test/rails/controllers/projects_controller.rb test/rails/controllers/tasks_controller.rb test/rails/controllers/users_controller.rb test/rails/database.yml test/rails/fixtures/locations.yml test/rails/fixtures/notes.yml test/rails/fixtures/projects.yml +test/rails/fixtures/simple_properties.yml test/rails/fixtures/tasks.yml test/rails/fixtures/users.yml test/rails/helpers/controllers.log test/rails/helpers/functional_test_helper.rb test/rails/helpers/models.log @@ -98,19 +108,18 @@ test/rails/helpers/unit_test_helper.rb test/rails/model.yml test/rails/models/location.rb test/rails/models/note.rb test/rails/models/project.rb +test/rails/models/simple_property.rb test/rails/models/task.rb test/rails/models/user.rb test/rails/playing_around_in_a_console.txt test/rails/schema.rb test/rails/test.sqlite3 test/rails/test.swf test/rails/test_active_foo.rb -test/rails/test_helper.rb -test/rails/test_ruboss4ruby.rb test/rails/test_ruboss_rails_integration_functional.rb -test/rails/test_swfobject_helper.rb -test/rails/to_fxml_test.rb +test/rails/test_to_fxml.rb +test/rails/test_to_json.rb test/rails/views/notes/empty_params_action.html.erb test/rails/views/notes/index.html.erb