Skip to content

Commit

Permalink
Merge pull request #858 from avalonmediasystem/develop
Browse files Browse the repository at this point in the history
R5 code merge
  • Loading branch information
carrickr authored Jun 9, 2016
2 parents 9f1c30d + 0d4cf9c commit 78cef40
Show file tree
Hide file tree
Showing 169 changed files with 8,581 additions and 1,804 deletions.
2 changes: 0 additions & 2 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
--format documentation
--format RspecJunitFormatter
--color
--out rspec.xml
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ git:
submodules: false
bundler_args: --without development debug
before_install:
- sudo apt-get update
- sudo apt-get install mediainfo
- sudo ln -s /usr/bin/lsof /usr/sbin/lsof
- cp spec/config/*.yml config
Expand All @@ -12,9 +13,14 @@ before_install:
before_script:
- bundle exec rake jetty:unzip jetty:config jetty:start delayed_job:start
- bundle exec rake db:migrate
- bundle exec rake avalon:db_migrate
notifications:
irc: "chat.freenode.net#projectvov"
irc: "chat.freenode.net#projectvov-updates"
language: ruby
rvm:
- 2.0.0
- 2.1.5
- 2.1.9
- 2.2.5
- 2.3.1
addons:
code_climate:
repo_token: 1fb78f221b36e5615428f2ada12950b39a3b702b23fdd41e1b980dc4b47d0233
47 changes: 32 additions & 15 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,36 +1,51 @@
source 'http://rubygems.org'

# active anno dev
gem 'active_annotations', git: 'https://github.com/avalonmediasystem/active_annotations.git', tag: 'avalon-r5'

gem 'iconv'
gem 'rails', '~>4.0.3'
gem 'sprockets', '~>2.11.0'
#gem 'protected_attributes'
gem 'builder', '~>3.1.0'

gem 'hydra', '~>8.0'
gem 'hydra-access-controls', git: 'https://github.com/projecthydra/hydra-head.git', branch: '8-1-stable'
gem 'rake', '~>10.4'

# gem 'hydra', '~>8.0'
gem 'hydra-head', git: 'https://github.com/avalonmediasystem/hydra-head.git', branch: '8-1-stable'
gem 'active-fedora', '~> 8.1.0'
gem 'om', '~> 3.1.0'
gem 'solrizer', '~> 3.3.0'
gem 'rsolr', '~> 1.0.12'
gem 'blacklight', '~> 5.10'
gem 'nokogiri', '~> 1.6.5'
gem 'rubydora', '~> 1.8.1'
gem 'nom-xml', '~> 0.5.2'

gem 'activerecord-session_store'
gem 'bcrypt-ruby', '~> 3.1.0'
gem 'kaminari', '~> 0.15.0'

gem 'avalon-workflow', git: 'https://github.com/avalonmediasystem/avalon-workflow.git', tag: 'avalon-r4'
gem 'mediaelement_rails', git: 'https://github.com/avalonmediasystem/mediaelement_rails.git', tag: 'avalon-r4'
gem 'mediaelement_rails', git: 'https://github.com/avalonmediasystem/mediaelement_rails.git', tag: 'avalon-r5'
gem 'mediaelement-qualityselector', git:'https://github.com/avalonmediasystem/mediaelement-qualityselector.git', tag: 'avalon-r4'
gem 'media_element_thumbnail_selector', git: 'https://github.com/avalonmediasystem/media-element-thumbnail-selector', tag: 'avalon-r4'
gem 'mediaelement-skin-avalon', git:'https://github.com/avalonmediasystem/mediaelement-skin-avalon.git', tag: 'avalon-r4'
gem 'mediaelement-skin-avalon', git:'https://github.com/avalonmediasystem/mediaelement-skin-avalon.git', tag: 'avalon-r5'
gem 'mediaelement-title', git:'https://github.com/avalonmediasystem/mediaelement-title.git', tag: 'avalon-r4'
gem 'mediaelement-hd-toggle', git:'https://github.com/avalonmediasystem/mediaelement-hd-toggle.git', tag: 'avalon-r4'
gem 'media-element-logo-plugin'
gem 'media_element_add_to_playlist', git: 'https://github.com/avalonmediasystem/media-element-add-to-playlist.git', tag: 'avalon-r5'

gem 'browse-everything', '0.6.3'

gem 'roo', git: 'https://github.com/Empact/roo', ref: '9e1b969762cbb80b1c52cfddd848e489f22f468f'

gem 'multipart-post'
gem 'multipart-post'
gem 'modal_logic'

gem 'rubyzip', '0.9.9'
gem 'hooks'
gem 'addressable'
gem 'acts_as_list'

# microdata
gem 'ruby-duration'
Expand All @@ -41,7 +56,7 @@
# gem 'zoom', '~>0.4.1', :git => 'https://github.com/bricestacey/ruby-zoom.git'

gem 'marc'

platforms :jruby do
gem 'jruby-openssl'
gem 'activerecord-jdbcsqlite3-adapter'
Expand All @@ -63,8 +78,8 @@
#gem 'devise-guests'
gem 'haml'

gem 'active-encode', git: "https://github.com/projecthydra-labs/active-encode.git"
gem 'rubyhorn', git: "https://github.com/avalonmediasystem/rubyhorn.git"
gem 'active_encode', git: "https://github.com/projecthydra-labs/active_encode.git", tag: 'v0.0.3'
gem 'rubyhorn', git: "https://github.com/avalonmediasystem/rubyhorn.git", tag: 'avalon-r5'
gem 'validates_email_format_of'
gem 'loofah'
gem 'omniauth-identity'
Expand All @@ -79,6 +94,8 @@
gem 'equivalent-xml'
gem 'net-ldap'

gem 'api-pagination'

group :assets, :production do
gem 'coffee-rails'
gem 'uglifier', '>= 1.0.3'
Expand All @@ -94,7 +111,8 @@
gem 'font-awesome-rails', '~> 4.3'
gem 'bootstrap_form'
gem 'handlebars_assets'
gem 'twitter-typeahead-rails', '=0.10.5'
#gem 'twitter-typeahead-rails', '~>0.11.1'
gem 'twitter-typeahead-rails', '= 0.11.1.pre.corejavascript'
end

group :development do
Expand All @@ -113,7 +131,7 @@
gem 'felixwrapper', git: "https://github.com/avalonmediasystem/felixwrapper.git", tag: 'avalon-r4'
gem 'red5wrapper', git: "https://github.com/avalonmediasystem/red5wrapper.git", tag: 'avalon-r4'
gem 'daemons'
gem 'rspec-rails', '~>2.9'
gem 'rspec-rails'
gem 'puma'
gem 'rb-fsevent', '~> 0.9.1'
gem 'letter_opener'
Expand All @@ -131,8 +149,6 @@
gem 'factory_girl_rails'
gem 'mime-types', ">=1.1"
gem "headless"
gem "rspec_junit_formatter"
gem 'rspec-its'
gem 'simplecov'
gem 'email_spec'
gem 'capybara'
Expand All @@ -141,6 +157,7 @@
gem 'fakefs', require: "fakefs/safe"
gem 'fakeweb'
gem 'hashdiff'
gem 'coveralls'
end

extra_gems = File.expand_path("../Gemfile.local",__FILE__)
Expand Down
Loading

0 comments on commit 78cef40

Please sign in to comment.