gemfile, gemfile.lock and unloadable
Showing
| ... | @@ -14,7 +14,7 @@ gem "protected_attributes" | ... | @@ -14,7 +14,7 @@ gem "protected_attributes" |
| gem "actionpack-xml_parser" | gem "actionpack-xml_parser" | ||
| gem "roadie-rails", "~> 1.1.1" | gem "roadie-rails", "~> 1.1.1" | ||
| gem "roadie", "~> 3.2.1" | gem "roadie", "~> 3.2.1" | ||
| gem "mimemagic" | gem 'mimemagic', '~> 0.4.3' | ||
| gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.7.2" : "~> 1.6.8") | gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.7.2" : "~> 1.6.8") | ||
| gem "i18n", "~> 0.7.0" | gem "i18n", "~> 0.7.0" | ||
| ... | ... |
extra/sample_plugin/app/controllers/example_controller.rb
100644 → 100755
lib/generators/redmine_plugin_model/templates/model.rb.erb
100644 → 100755
plugins/redmine_agile/app/controllers/agile_boards_controller.rb
100644 → 100755
plugins/redmine_agile/app/controllers/agile_charts_controller.rb
100644 → 100755
plugins/redmine_agile/app/models/agile_charts_query.rb
100644 → 100755
plugins/redmine_agile/app/models/agile_data.rb
100644 → 100755
plugins/redmine_agile/app/models/agile_query.rb
100644 → 100755
plugins/redmine_agile/lib/redmine_agile/patches/issue_patch.rb
100644 → 100755
plugins/redmine_agile/lib/redmine_agile/patches/project_patch.rb
100644 → 100755
plugins/redmine_agile/lib/redmine_agile/patches/user_patch.rb
100644 → 100755
Please
register
or
sign in
to comment