diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/recipes/source_code_pro_font.rb b/recipes/source_code_pro_font.rb index abc1234..def5678 100644 --- a/recipes/source_code_pro_font.rb +++ b/recipes/source_code_pro_font.rb @@ -0,0 +1,24 @@+unless File.exists?("/Library/Fonts/SourceCodePro-Black.otf") + remote_file "#{Chef::Config[:file_cache_path]}/source...
Add Source Code Pro font from Adobe Open source font that is great for, well, source code. Installs several OTF font files to /Library/Fonts Code Review: Minor Change, Not Needed
diff --git a/roles/bytemark.rb b/roles/bytemark.rb index abc1234..def5678 100644 --- a/roles/bytemark.rb +++ b/roles/bytemark.rb @@ -32,6 +32,9 @@ ) override_attributes( + :networking => { + :search => ["bm.openstreetmap.org", "openstreetmap.org"] + }, :ntp => { :servers => ["0.uk.pool.ntp.org", "1.uk.p...
Update DNS search domains for Bytemark machines
diff --git a/testrus.gemspec b/testrus.gemspec index abc1234..def5678 100644 --- a/testrus.gemspec +++ b/testrus.gemspec @@ -12,9 +12,12 @@ gem.summary = %q{Testing for informatics competitions.} gem.homepage = "" + gem.add_dependency("colored", "1.2") + gem.add_development_dependency("test-unit",...
Add colored and rr as dependencies
diff --git a/lib/atlas/dataset/derived_dataset.rb b/lib/atlas/dataset/derived_dataset.rb index abc1234..def5678 100644 --- a/lib/atlas/dataset/derived_dataset.rb +++ b/lib/atlas/dataset/derived_dataset.rb @@ -20,18 +20,10 @@ # Overwrite def dataset_dir - @dataset_dir ||= Atlas.data_dir.join(DIRECTORY, f...
Remove scaling factor from derived dataset
diff --git a/lib/cortex/snippets/client/helper.rb b/lib/cortex/snippets/client/helper.rb index abc1234..def5678 100644 --- a/lib/cortex/snippets/client/helper.rb +++ b/lib/cortex/snippets/client/helper.rb @@ -26,7 +26,7 @@ end def seo_robots - webpage[:seo_robots] + build_robot_info...
Build methods to sanitize and compile robot indexing information
diff --git a/lib/graphql/relay/connection_type.rb b/lib/graphql/relay/connection_type.rb index abc1234..def5678 100644 --- a/lib/graphql/relay/connection_type.rb +++ b/lib/graphql/relay/connection_type.rb @@ -2,8 +2,14 @@ module GraphQL module Relay module ConnectionType + class << self + attr_acces...
Add default_nodes_field global configuration option
diff --git a/lib/resque_aps/server/test_helper.rb b/lib/resque_aps/server/test_helper.rb index abc1234..def5678 100644 --- a/lib/resque_aps/server/test_helper.rb +++ b/lib/resque_aps/server/test_helper.rb @@ -0,0 +1,20 @@+require 'rack/test' +require 'resque/server' + +module ResqueAps + module TestHelper + class T...
Add the test helper from the newer version of resque.
diff --git a/app/models/change_observer.rb b/app/models/change_observer.rb index abc1234..def5678 100644 --- a/app/models/change_observer.rb +++ b/app/models/change_observer.rb @@ -4,12 +4,14 @@ :taxon_instrument, :taxon_relationship, :trade_restriction def after_save(model) - model.taxon_concept. - up...
Check if there's a taxon_concept before trying to update it...
diff --git a/Casks/cocktail.rb b/Casks/cocktail.rb index abc1234..def5678 100644 --- a/Casks/cocktail.rb +++ b/Casks/cocktail.rb @@ -2,17 +2,25 @@ version :latest sha256 :no_check - url 'http://usa.maintain.se/CocktailYE.dmg' - appcast 'http://www.maintain.se/downloads/sparkle/yosemite/yosemite.xml' - homepag...
Edit Cocktail cask in order to use conditionals
diff --git a/lib/generators/solidus/auth/install/install_generator.rb b/lib/generators/solidus/auth/install/install_generator.rb index abc1234..def5678 100644 --- a/lib/generators/solidus/auth/install/install_generator.rb +++ b/lib/generators/solidus/auth/install/install_generator.rb @@ -18,7 +18,7 @@ end ...
Use proper name for add_migrations Running the installer on a fresh master (v2.11) Solidus the migrations are not copied in the Rails application. We need to use the proper engine name in the FROM parameter. This commit fixes that.
diff --git a/Casks/macpass.rb b/Casks/macpass.rb index abc1234..def5678 100644 --- a/Casks/macpass.rb +++ b/Casks/macpass.rb @@ -3,5 +3,5 @@ homepage 'http://mstarke.github.io/MacPass/' version '0.4.1-alpha' sha256 '1beaec4f0f8e33e5bf2575a4706befe6ef513f46ddc49f7662b6af3721680039' - link 'MacPass/MacPass.app' ...
Fix MacPass cask: update .app path for v0.4.1-alpha
diff --git a/RMScannerView.podspec b/RMScannerView.podspec index abc1234..def5678 100644 --- a/RMScannerView.podspec +++ b/RMScannerView.podspec @@ -0,0 +1,19 @@+Pod::Spec.new do |s| + s.name = 'RMScannerView' + s.version = '1.3' + s.platform = :ios, '7.0' + s.license = 'MIT' + s.summary = 'Simple barcode s...
Add a cocoapods spec file
diff --git a/SwiftyDropbox.podspec b/SwiftyDropbox.podspec index abc1234..def5678 100644 --- a/SwiftyDropbox.podspec +++ b/SwiftyDropbox.podspec @@ -8,5 +8,5 @@ s.source_files = "Source/*.{h,m,swift}" s.requires_arc = true s.ios.deployment_target = "8.0" - s.dependency "Alamofire", "~> 2.0.0-beta.3" + s.depen...
Update Alamofire version to latest compatible stable.
diff --git a/test/dummy/app/models/preset.rb b/test/dummy/app/models/preset.rb index abc1234..def5678 100644 --- a/test/dummy/app/models/preset.rb +++ b/test/dummy/app/models/preset.rb @@ -1,7 +1,4 @@ class Preset < ActiveRecord::Base attr_accessible :image - attached_image :image, :presets => { - :small => { :w...
Fix travis thumbs size test
diff --git a/lib/github/html/markdown_filter.rb b/lib/github/html/markdown_filter.rb index abc1234..def5678 100644 --- a/lib/github/html/markdown_filter.rb +++ b/lib/github/html/markdown_filter.rb @@ -7,7 +7,6 @@ # # Context options: # :gfm => false Disable GFM line-end processing - # :autolink => ...
Switch to using the Github::Markdown gem
diff --git a/lib/paml.rb b/lib/paml.rb index abc1234..def5678 100644 --- a/lib/paml.rb +++ b/lib/paml.rb @@ -1,25 +1,32 @@ require "paml/version" +require "paml/line" require "paml/stream" require "paml/node" require "paml/tag" module Paml - HAML_PATTERN = / - # In HAML, the whitespace between the beginning of a...
Add some documentation to the PATTERN The PATTERN is a regex that is supposed to parse HAML.
diff --git a/Venmo-iOS-SDK.podspec b/Venmo-iOS-SDK.podspec index abc1234..def5678 100644 --- a/Venmo-iOS-SDK.podspec +++ b/Venmo-iOS-SDK.podspec @@ -12,7 +12,7 @@ s.platform = :ios, '6.0' s.source = { :git => "https://github.com/venmo/venmo-ios-sdk.git", :tag => "v#{s.version}" } s.source_files = 've...
Update VENCore to ~> 3.0.0 in podspec
diff --git a/UIAlertController+Show.podspec b/UIAlertController+Show.podspec index abc1234..def5678 100644 --- a/UIAlertController+Show.podspec +++ b/UIAlertController+Show.podspec @@ -1,22 +1,22 @@ Pod::Spec.new do |s| - s.name = "UIAlertController+Show" - s.version = "0.2.0" - s.summary = "Show U...
Use single quotes everywhere in podspec.
diff --git a/spec/models/track_thing_spec.rb b/spec/models/track_thing_spec.rb index abc1234..def5678 100644 --- a/spec/models/track_thing_spec.rb +++ b/spec/models/track_thing_spec.rb @@ -3,10 +3,30 @@ describe TrackThing, "when tracking changes" do fixtures :track_things, :users + before do + @track_...
Add some new TrackThing tests
diff --git a/spec/requests/one_click_spec.rb b/spec/requests/one_click_spec.rb index abc1234..def5678 100644 --- a/spec/requests/one_click_spec.rb +++ b/spec/requests/one_click_spec.rb @@ -14,9 +14,9 @@ end it "should display a timeline with past events" do - @organisation.members.make_n(10) - ...
Speed up slow example in one_click request spec.
diff --git a/Casks/sleipnir.rb b/Casks/sleipnir.rb index abc1234..def5678 100644 --- a/Casks/sleipnir.rb +++ b/Casks/sleipnir.rb @@ -0,0 +1,10 @@+cask :v1 => 'sleipnir' do + version :latest + sha256 :no_check + + url 'http://www.fenrir-inc.com/services/download.php?file=Sleipnir.dmg' + homepage 'http://www.fenrir-i...
Add new cask for Sleipnir Browser.
diff --git a/app/helpers/spree/admin/taxons_helper.rb b/app/helpers/spree/admin/taxons_helper.rb index abc1234..def5678 100644 --- a/app/helpers/spree/admin/taxons_helper.rb +++ b/app/helpers/spree/admin/taxons_helper.rb @@ -2,7 +2,7 @@ module Admin module TaxonsHelper def taxon_path(taxon) - taxon...
Fix simple rubocop issues in helper
diff --git a/lib/pluggable_js/helpers.rb b/lib/pluggable_js/helpers.rb index abc1234..def5678 100644 --- a/lib/pluggable_js/helpers.rb +++ b/lib/pluggable_js/helpers.rb @@ -13,7 +13,7 @@ javascript_tag "jQuery(function() { if (typeof(#{object}) == 'object' && typeof(#{object}['#{action}']) == 'fun...
Fix for IE for new object
diff --git a/ci_environment/phpbuild/attributes/default.rb b/ci_environment/phpbuild/attributes/default.rb index abc1234..def5678 100644 --- a/ci_environment/phpbuild/attributes/default.rb +++ b/ci_environment/phpbuild/attributes/default.rb @@ -1,7 +1,7 @@ default[:phpbuild] = { :git => { - :repository => "git://...
Use a php-build fork to download PHP distributions on the US mirror. Generic links are down right now.
diff --git a/spec/rubocop/formatter/worst_offenders_formatter_spec.rb b/spec/rubocop/formatter/worst_offenders_formatter_spec.rb index abc1234..def5678 100644 --- a/spec/rubocop/formatter/worst_offenders_formatter_spec.rb +++ b/spec/rubocop/formatter/worst_offenders_formatter_spec.rb @@ -13,7 +13,7 @@ describe '#fi...
Use verifying doubles in WorstOffendersFormatter spec
diff --git a/lib/tasks/jasmine-rails_tasks.rake b/lib/tasks/jasmine-rails_tasks.rake index abc1234..def5678 100644 --- a/lib/tasks/jasmine-rails_tasks.rake +++ b/lib/tasks/jasmine-rails_tasks.rake @@ -17,7 +17,7 @@ ActionView::AssetPaths.send :include, JasmineRails::OfflineAssetPaths end spec_filter = E...
Fix DEPRECATION WARNING for rails 4.0.0. ActionController::Integration to ActionDispatch::Integration.
diff --git a/lib/ib/project.rb b/lib/ib/project.rb index abc1234..def5678 100644 --- a/lib/ib/project.rb +++ b/lib/ib/project.rb @@ -12,7 +12,7 @@ files = [Xcodeproj::Project::PBXNativeTarget::SourceFileDescription.new(stubs_path, nil, nil)] - Dir.glob("#{resources_path}/**/*.{png,jpg,jpeg,storyboard,xib...
Add support for Data Model
diff --git a/lib/tasks/db.rake b/lib/tasks/db.rake index abc1234..def5678 100644 --- a/lib/tasks/db.rake +++ b/lib/tasks/db.rake @@ -0,0 +1,15 @@+namespace :db do + desc 'Import database from db/import/production.dump' + task import: :environment do + database = Rails.configuration.database_configuration[Rails.env...
Add Rake task for importing database from prod
diff --git a/CocoaUPnP.podspec b/CocoaUPnP.podspec index abc1234..def5678 100644 --- a/CocoaUPnP.podspec +++ b/CocoaUPnP.podspec @@ -18,7 +18,7 @@ s.license = "MIT" s.author = { "Paul Williamson" => "PaulW@arcam.co.uk" } s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/a...
Use pod tag for source version
diff --git a/lib/tasks/daily_import.rake b/lib/tasks/daily_import.rake index abc1234..def5678 100644 --- a/lib/tasks/daily_import.rake +++ b/lib/tasks/daily_import.rake @@ -7,8 +7,11 @@ ) nct_ids_to_be_updated_or_added = ClinicalTrials::RssReader.new(days_back: args[:days_back]).get_changed_nct_ids +...
Fix new/changed studies values for daily import.
diff --git a/lib/watirspec/server/app.rb b/lib/watirspec/server/app.rb index abc1234..def5678 100644 --- a/lib/watirspec/server/app.rb +++ b/lib/watirspec/server/app.rb @@ -5,36 +5,12 @@ case path when '/' respond(self.class.name) - when '/big' - html = '<html><head><title>Bi...
Clean up unused routes in WatirSpec
diff --git a/libraries/scripts_helper.rb b/libraries/scripts_helper.rb index abc1234..def5678 100644 --- a/libraries/scripts_helper.rb +++ b/libraries/scripts_helper.rb @@ -1,13 +1,13 @@ module Nexus3 # Load Groovy scripts via the Nexus3 API. class Scripts - def self.groovy_script_location(script_name, node) -...
Allow other cookbooks to load their groovy scripts existing helpers If we want to use ::Nexus3.groovy_content helper to upload a custom groovy scripts, we should be able to specify in which cookbook the script file resides, else we would need to merge all users scripts in this cookbook.
diff --git a/spec/call_spec.rb b/spec/call_spec.rb index abc1234..def5678 100644 --- a/spec/call_spec.rb +++ b/spec/call_spec.rb @@ -38,7 +38,7 @@ end on.failure do |*args| - @calls << OpenStruct.new(:type => :success, :args => args) + @calls << OpenStruct.new(:type => :failure, :args => ar...
Add specs for called responses.
diff --git a/spec/factories.rb b/spec/factories.rb index abc1234..def5678 100644 --- a/spec/factories.rb +++ b/spec/factories.rb @@ -10,13 +10,14 @@ end factory :language do - + lingua "Spanish" end factory :query do sequence(:english) {|n| "Hello #{n}"} title "Need help" description "Plea...
Add factory for language and modify factory for query
diff --git a/CoreStore.podspec b/CoreStore.podspec index abc1234..def5678 100644 --- a/CoreStore.podspec +++ b/CoreStore.podspec @@ -16,8 +16,9 @@ s.public_header_files = "Sources/**/*.h" s.frameworks = "Foundation", "CoreData" s.requires_arc = true - s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-...
Add DEBUG flag to the Debug config
diff --git a/sprout-osx-apps/recipes/onyx.rb b/sprout-osx-apps/recipes/onyx.rb index abc1234..def5678 100644 --- a/sprout-osx-apps/recipes/onyx.rb +++ b/sprout-osx-apps/recipes/onyx.rb @@ -1,7 +1,7 @@ dmg_package "Onyx" do volumes_dir "Onyx 2.7.2" source "http://joel.barriere.pagesperso-orange.fr/dl/108/OnyX.dmg"...
Update checksum for OnyX 2.7.2
diff --git a/spec/main_spec.rb b/spec/main_spec.rb index abc1234..def5678 100644 --- a/spec/main_spec.rb +++ b/spec/main_spec.rb @@ -7,8 +7,6 @@ it 'test' do visit 'index.html' file_path = File.expand_path('./screenshot.jpg') - script = %(document.body.style.backgroundColor = "white") - page.execute_s...
Remove specification of white background
diff --git a/tasks/spec.rake b/tasks/spec.rake index abc1234..def5678 100644 --- a/tasks/spec.rake +++ b/tasks/spec.rake @@ -19,7 +19,4 @@ rcov.threshold = 100 end -task :spec => :check_dependencies -task :rcov => :check_dependencies - task :default => :spec
Remove tasks no longer defined by Jeweler
diff --git a/cookbooks/get-repositories/recipes/default.rb b/cookbooks/get-repositories/recipes/default.rb index abc1234..def5678 100644 --- a/cookbooks/get-repositories/recipes/default.rb +++ b/cookbooks/get-repositories/recipes/default.rb @@ -35,7 +35,7 @@ ] execute "go to the repositories directory" do - comma...
Change to su from sudo
diff --git a/config/initializers/search_controller.rb b/config/initializers/search_controller.rb index abc1234..def5678 100644 --- a/config/initializers/search_controller.rb +++ b/config/initializers/search_controller.rb @@ -16,13 +16,10 @@ def extend_with_institutional_search_module # Get the module from um...
Use current_institution instead of the old current_primary_institution for determining the current Institution
diff --git a/RxApollo.podspec b/RxApollo.podspec index abc1234..def5678 100644 --- a/RxApollo.podspec +++ b/RxApollo.podspec @@ -2,21 +2,21 @@ s.name = 'RxApollo' s.version = '0.4.0' s.summary = 'RxSwift extensions for Apollo.' - + s.description = <<-DESC This is an R...
Fix RxSwift dependency in Podspec.
diff --git a/MHHabitat.podspec b/MHHabitat.podspec index abc1234..def5678 100644 --- a/MHHabitat.podspec +++ b/MHHabitat.podspec @@ -5,7 +5,7 @@ s.homepage = 'https://github.com/mhupman/MHHabitat' s.authors = 'Matt Hupman' s.summary = 'Environment inspector for iOS applications.' - s.source ...
Update to fix ```pod spec lint``` warning.
diff --git a/Titanium.podspec b/Titanium.podspec index abc1234..def5678 100644 --- a/Titanium.podspec +++ b/Titanium.podspec @@ -18,7 +18,7 @@ s.source = { :git => "git@github.com:quri/Titanium.git", :tag => "0.1" } - s.source_files = 'Titanium/Titanium/*.{h,m}' + s.source_files = 'Titanium/Titanium/*.{h...
Fix indentation in podspec file.
diff --git a/spec/dockmaster/output/output_spec.rb b/spec/dockmaster/output/output_spec.rb index abc1234..def5678 100644 --- a/spec/dockmaster/output/output_spec.rb +++ b/spec/dockmaster/output/output_spec.rb @@ -13,7 +13,7 @@ entries.delete('.') entries.delete('..') - expect(entries).to eq(["...
Remove exact array checking in specs
diff --git a/spec/lib/jasmine/runners/http_spec.rb b/spec/lib/jasmine/runners/http_spec.rb index abc1234..def5678 100644 --- a/spec/lib/jasmine/runners/http_spec.rb +++ b/spec/lib/jasmine/runners/http_spec.rb @@ -7,11 +7,10 @@ subject { Jasmine::Runners::HTTP.new(driver, reporter) } describe '#run' do - it ...
Replace and_call_original with stubs in http runner spec
diff --git a/vmdb/db/migrate/20150323172109_add_availability_zone_id_to_host.rb b/vmdb/db/migrate/20150323172109_add_availability_zone_id_to_host.rb index abc1234..def5678 100644 --- a/vmdb/db/migrate/20150323172109_add_availability_zone_id_to_host.rb +++ b/vmdb/db/migrate/20150323172109_add_availability_zone_id_to_hos...
Add availability_zone_id to host table Adding availability_zone_id to host table
diff --git a/recipes/client.rb b/recipes/client.rb index abc1234..def5678 100644 --- a/recipes/client.rb +++ b/recipes/client.rb @@ -30,5 +30,5 @@ owner 'hobbit' group 'hobbit' mode "0644" - notifies :restart, resources(:service => "hobbit-client") + notifies :restart, "service[hobbit-client]" end
Use the new notification syntax
diff --git a/spec/models/dublin_core_spec.rb b/spec/models/dublin_core_spec.rb index abc1234..def5678 100644 --- a/spec/models/dublin_core_spec.rb +++ b/spec/models/dublin_core_spec.rb @@ -11,10 +11,9 @@ end it "should have a titles" do - puts @dublin_core.titles.inspect expect(@dublin_core.t...
Fix DublinCore titles spec expectations
diff --git a/spec/models/kpi/semanal_spec.rb b/spec/models/kpi/semanal_spec.rb index abc1234..def5678 100644 --- a/spec/models/kpi/semanal_spec.rb +++ b/spec/models/kpi/semanal_spec.rb @@ -5,7 +5,7 @@ describe Kpi::Semanal do describe ".dame_ultimas_n_semanas" do let(:n_semanas) { Random.rand(2..10) } - let(...
Fix test failing when on week 53
diff --git a/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb index abc1234..def5678 100644 --- a/app/helpers/projects_helper.rb +++ b/app/helpers/projects_helper.rb @@ -11,8 +11,10 @@ def row_status_color(status) if status == "Done" "done" + elsif status == "Processing" + "processi...
Fix formatting of open issues/features
diff --git a/metadata.rb b/metadata.rb index abc1234..def5678 100644 --- a/metadata.rb +++ b/metadata.rb @@ -7,5 +7,6 @@ version '0.3.1' depends 'java' depends 'yum-epel' +depends 'openssl-devel' depends 'cassandra' supports 'centos'
Add openssl-devel dep. Needed for libcrypto which is necessary for thrift installation now.
diff --git a/metadata.rb b/metadata.rb index abc1234..def5678 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,10 +1,10 @@ name 'national_parks' -maintainer 'The Authors' -maintainer_email 'you@example.com' +maintainer 'Bill Meyer' +maintainer_email 'bill@chef.io' license 'all_rights' description 'Installs/Configures...
Set the default run_list back to the default recipe instead of uninstall
diff --git a/metadata.rb b/metadata.rb index abc1234..def5678 100644 --- a/metadata.rb +++ b/metadata.rb @@ -11,7 +11,7 @@ depends 'apt' depends 'ubuntu_base', '0.10.0' depends 'octobase', '0.6.0' -depends 'docker', '0.6.0' +depends 'docker', '0.7.0' depends 'redis' depends 'nodejs' depends 'openresty'
Update to newer Docker cookbook to remove workaround.
diff --git a/app/models/fetch_data_worker.rb b/app/models/fetch_data_worker.rb index abc1234..def5678 100644 --- a/app/models/fetch_data_worker.rb +++ b/app/models/fetch_data_worker.rb @@ -5,15 +5,15 @@ # class FetchDataWorker def initialize(github_username) - @repos = UserRepos.new(github_username, api_token: a...
Rename variable to suggest its class
diff --git a/features/step_definitions/renalware/peritonitis_episodes_steps.rb b/features/step_definitions/renalware/peritonitis_episodes_steps.rb index abc1234..def5678 100644 --- a/features/step_definitions/renalware/peritonitis_episodes_steps.rb +++ b/features/step_definitions/renalware/peritonitis_episodes_steps.rb...
Add setup step for revising an episode
diff --git a/features/step_definitions/flavorfile_steps.rb b/features/step_definitions/flavorfile_steps.rb index abc1234..def5678 100644 --- a/features/step_definitions/flavorfile_steps.rb +++ b/features/step_definitions/flavorfile_steps.rb @@ -1,5 +1,10 @@-Given 'flavorfile' do |content| - create_file expand('$tmp')....
Rewrite a step to create a flavorfile
diff --git a/features/step_definitions/scaffolder-tools.rb b/features/step_definitions/scaffolder-tools.rb index abc1234..def5678 100644 --- a/features/step_definitions/scaffolder-tools.rb +++ b/features/step_definitions/scaffolder-tools.rb @@ -1,4 +1,4 @@ When /^I call "([^"]*)" with arguments "([^"]*)"$/ do |command,...
Use backticks version of aruba run command step
diff --git a/examples/3-grammar-induction/2-kernel.rb b/examples/3-grammar-induction/2-kernel.rb index abc1234..def5678 100644 --- a/examples/3-grammar-induction/2-kernel.rb +++ b/examples/3-grammar-induction/2-kernel.rb @@ -22,4 +22,4 @@ # to the kernel. The kernel elements capture the transitions of the canonical #...
Fix a bug in example
diff --git a/google-cloud-tasks/google-cloud-tasks.gemspec b/google-cloud-tasks/google-cloud-tasks.gemspec index abc1234..def5678 100644 --- a/google-cloud-tasks/google-cloud-tasks.gemspec +++ b/google-cloud-tasks/google-cloud-tasks.gemspec @@ -24,6 +24,8 @@ gem.add_dependency "grpc-google-iam-v1", "~> 0.6.9" ge...
Add missing yard and redcarpet dependencies
diff --git a/lib/gitlab/import_export/attribute_cleaner.rb b/lib/gitlab/import_export/attribute_cleaner.rb index abc1234..def5678 100644 --- a/lib/gitlab/import_export/attribute_cleaner.rb +++ b/lib/gitlab/import_export/attribute_cleaner.rb @@ -4,7 +4,7 @@ module ImportExport class AttributeCleaner ALLOWE...
Change `prohibited_key` to use regexes
diff --git a/lib/hpcloud/commands/account/compute_setup.rb b/lib/hpcloud/commands/account/compute_setup.rb index abc1234..def5678 100644 --- a/lib/hpcloud/commands/account/compute_setup.rb +++ b/lib/hpcloud/commands/account/compute_setup.rb @@ -0,0 +1,45 @@+module HP + module Cloud + class CLI < Thor + + desc ...
Add subcommand to setup compute credentials.
diff --git a/MatrixKit.podspec b/MatrixKit.podspec index abc1234..def5678 100644 --- a/MatrixKit.podspec +++ b/MatrixKit.podspec @@ -19,7 +19,7 @@ s.source = { :git => "https://github.com/matrix-org/matrix-ios-kit.git", :tag => "v0.1.0" } s.source_files = "MatrixKit", "MatrixKit/**/*.{h,m}" - s.resource_...
Fix iOS Console crash because of new bundle definition.
diff --git a/lib/dm-types/file_path.rb b/lib/dm-types/file_path.rb index abc1234..def5678 100644 --- a/lib/dm-types/file_path.rb +++ b/lib/dm-types/file_path.rb @@ -15,16 +15,11 @@ end def load(value) - if DataMapper::Ext.blank?(value) - nil - else - Pathname.new(value) - ...
Remove unnecessary returns and nils.
diff --git a/lib/engineyard/version.rb b/lib/engineyard/version.rb index abc1234..def5678 100644 --- a/lib/engineyard/version.rb +++ b/lib/engineyard/version.rb @@ -1,4 +1,4 @@ module EY - VERSION = '2.0.4' + VERSION = '2.0.5.pre' ENGINEYARD_SERVERSIDE_VERSION = ENV['ENGINEYARD_SERVERSIDE_VERSION'] || '2.0.1' end...
Add .pre for next release
diff --git a/fudge.gemspec b/fudge.gemspec index abc1234..def5678 100644 --- a/fudge.gemspec +++ b/fudge.gemspec @@ -29,4 +29,5 @@ s.add_development_dependency 'rb-inotify' s.add_development_dependency 'libnotify' s.add_development_dependency 'pry' + s.add_development_dependency 'rake' end
Add Rake to development dependencies (again for Travis CI)
diff --git a/lib/mail/configuration.rb b/lib/mail/configuration.rb index abc1234..def5678 100644 --- a/lib/mail/configuration.rb +++ b/lib/mail/configuration.rb @@ -13,9 +13,12 @@ # which can be overwritten on a per mail object basis. class Configuration include Singleton - - @delivery_method = nil - ...
Initialize instance vars at init
diff --git a/lib/mws-rb/api/sellers.rb b/lib/mws-rb/api/sellers.rb index abc1234..def5678 100644 --- a/lib/mws-rb/api/sellers.rb +++ b/lib/mws-rb/api/sellers.rb @@ -1,7 +1,10 @@ module MWS module API class Sellers < Base - Actions = [:list_marketplace_participations, :list_marketplace_participations_by_nex...
Add GetAuthToken action to Sellers API
diff --git a/lib/rspec-puppet/cache.rb b/lib/rspec-puppet/cache.rb index abc1234..def5678 100644 --- a/lib/rspec-puppet/cache.rb +++ b/lib/rspec-puppet/cache.rb @@ -11,12 +11,17 @@ end def get(*args, &blk) - # decouple the hash key from whatever the blk might do to it key = Marshal.load(Marshal.d...
Make caching evict least recently used Before this, when the cache was full, it evicted max-cache-size number of entries from the list of entries. It would also do eviction after addition. With a cache size of 3, and using the sequence A, B, C, D, The old version would evict A, B, C. If again B or C was requested, th...
diff --git a/lib/sinatra/toadhopper.rb b/lib/sinatra/toadhopper.rb index abc1234..def5678 100644 --- a/lib/sinatra/toadhopper.rb +++ b/lib/sinatra/toadhopper.rb @@ -5,6 +5,11 @@ # The Toadhopper helper methods module Toadhopper VERSION = "1.0.2" + + def self.registered(app) + app.helpers Toadhopper + ...
Fix so it works with Sinatra::Base and classic Sinatra
diff --git a/lib/rspec-puppet/example/class_example_group.rb b/lib/rspec-puppet/example/class_example_group.rb index abc1234..def5678 100644 --- a/lib/rspec-puppet/example/class_example_group.rb +++ b/lib/rspec-puppet/example/class_example_group.rb @@ -11,13 +11,11 @@ Puppet[:code] = "include #{self.class.metadat...
Clean up class example group too
diff --git a/lib/amanuensis/tracker/github.rb b/lib/amanuensis/tracker/github.rb index abc1234..def5678 100644 --- a/lib/amanuensis/tracker/github.rb +++ b/lib/amanuensis/tracker/github.rb @@ -3,7 +3,7 @@ class Github def issues(name, oauth_token, from) - filter client(oauth_token).list_issues(name,...
Fix mix between issues and pull
diff --git a/lib/aquatone/collectors/crtsh.rb b/lib/aquatone/collectors/crtsh.rb index abc1234..def5678 100644 --- a/lib/aquatone/collectors/crtsh.rb +++ b/lib/aquatone/collectors/crtsh.rb @@ -11,7 +11,7 @@ response = get_request("https://crt.sh/?dNSName=%25.#{url_escape(domain.name)}") response.body...
Fix a case where the domain includes *.
diff --git a/lib/atlas/merit_order_details.rb b/lib/atlas/merit_order_details.rb index abc1234..def5678 100644 --- a/lib/atlas/merit_order_details.rb +++ b/lib/atlas/merit_order_details.rb @@ -7,7 +7,7 @@ attribute :type, Symbol attribute :group, Symbol attribute :level, ...
Change MeritOrderDetails "target" to "delegate" Link points in the other direction, from the target to the delegate, rather than from the delegate to the target. Will remove the unusual situation where the EV node is used in the merit order to control flexibility, rather than the actual use of electricity for vehicle...
diff --git a/lib/exercism/curriculum/scala.rb b/lib/exercism/curriculum/scala.rb index abc1234..def5678 100644 --- a/lib/exercism/curriculum/scala.rb +++ b/lib/exercism/curriculum/scala.rb @@ -8,8 +8,8 @@ ) end - def locale - Locale.new('scala', 'scala', 'scala') + def language + 'scala' ...
Update to new curriculum interface
diff --git a/app/serializers/invitable_serializer.rb b/app/serializers/invitable_serializer.rb index abc1234..def5678 100644 --- a/app/serializers/invitable_serializer.rb +++ b/app/serializers/invitable_serializer.rb @@ -1,7 +1,8 @@ class InvitableSerializer < ActiveModel::Serializer attributes :name, ...
Add rudimentary recipients to serializer
diff --git a/app/components/admin/site_customization/information_texts/form_field_component.rb b/app/components/admin/site_customization/information_texts/form_field_component.rb index abc1234..def5678 100644 --- a/app/components/admin/site_customization/information_texts/form_field_component.rb +++ b/app/components/ad...
Improve performance when editing custom texts We were executing SQL queries searching for translations even for records which were not persisted in the database and therefore had no translations. So we're now only looking for translations when the record is persisted. Note that, when the record isn't persisted, we'r...
diff --git a/spec/test_app/config/initializers/fwt_push_notification_server.rb b/spec/test_app/config/initializers/fwt_push_notification_server.rb index abc1234..def5678 100644 --- a/spec/test_app/config/initializers/fwt_push_notification_server.rb +++ b/spec/test_app/config/initializers/fwt_push_notification_server.rb...
Update test app config initializer
diff --git a/app/api/system.rb b/app/api/system.rb index abc1234..def5678 100644 --- a/app/api/system.rb +++ b/app/api/system.rb @@ -25,9 +25,9 @@ tmpfile = file[:tempfile] name = file[:filename] - sane_path = File.join(File.dirname(tmpfile), name) - system "mv", tmpfile.path, sane_p...
Revert "Update uploader to support more extensions" This reverts commit caaf29a10ee5310c5d7824978c318515d8e67a46. This also just doesn't work.
diff --git a/ruby/7kyu/dna_gc_content/solution.rb b/ruby/7kyu/dna_gc_content/solution.rb index abc1234..def5678 100644 --- a/ruby/7kyu/dna_gc_content/solution.rb +++ b/ruby/7kyu/dna_gc_content/solution.rb @@ -1,7 +1,7 @@-def DNA_strand(dna) +def gc_content(dna) - # Use String#tr to replace the characters from the ...
Add comments to Ruby Kata 'DNA GC-content'
diff --git a/providers/register_agent.rb b/providers/register_agent.rb index abc1234..def5678 100644 --- a/providers/register_agent.rb +++ b/providers/register_agent.rb @@ -5,6 +5,7 @@ case node['rcbu']['is_registered'] when false + # Using Mixlib::ShellOut because execute was being run after the RPs it not...
Comment on why Mixlib::ShellOut is in use
diff --git a/config/initializers/rglossa.rb b/config/initializers/rglossa.rb index abc1234..def5678 100644 --- a/config/initializers/rglossa.rb +++ b/config/initializers/rglossa.rb @@ -2,3 +2,17 @@ Rails.application.config.assets.paths << SimplesIdeias::I18n::Engine.root.join('vendor', 'assets', 'javascripts').to_...
Read config files with tags at startup
diff --git a/rb/lib/selenium/webdriver/common/driver_extensions/uploads_files.rb b/rb/lib/selenium/webdriver/common/driver_extensions/uploads_files.rb index abc1234..def5678 100644 --- a/rb/lib/selenium/webdriver/common/driver_extensions/uploads_files.rb +++ b/rb/lib/selenium/webdriver/common/driver_extensions/uploads_...
JariBakken: Fix error in the file_detector example. git-svn-id: aa1aa1384423cb28c2b1e29129bb3a91de1d9196@15466 07704840-8298-11de-bf8c-fd130f914ac9
diff --git a/test/data_source_test.rb b/test/data_source_test.rb index abc1234..def5678 100644 --- a/test/data_source_test.rb +++ b/test/data_source_test.rb @@ -13,6 +13,10 @@ assert_error "Command exited with non-zero status:\nexit 1", "--config test/support/bad.yml" end + def test_source_command_not_run_wit...
Test config from not evaluated when --from option passed
diff --git a/app/mailers/organization_notifier.rb b/app/mailers/organization_notifier.rb index abc1234..def5678 100644 --- a/app/mailers/organization_notifier.rb +++ b/app/mailers/organization_notifier.rb @@ -1,6 +1,5 @@ class OrganizationNotifier < ActionMailer::Base default from: "\"TimeOverflow\" <info@timeoverfl...
Revert de algo que se ha colado del merge
diff --git a/config/initializers/assets.rb b/config/initializers/assets.rb index abc1234..def5678 100644 --- a/config/initializers/assets.rb +++ b/config/initializers/assets.rb @@ -5,4 +5,4 @@ Rails.application.config.assets.precompile += %w( apple-touch-icon-60x60.png ) Rails.application.config.assets.precompile += %...
Fix selection code for precompilation To Precompile css...
diff --git a/lib/copian.rb b/lib/copian.rb index abc1234..def5678 100644 --- a/lib/copian.rb +++ b/lib/copian.rb @@ -1,5 +1,6 @@ require 'copian/collector/abstract_collector' require 'copian/collector/addresses_collector' +require 'copian/collector/bandwidth_collector' require 'copian/collector/ports_collector' requ...
Add require for bandwidth collector
diff --git a/lib/dc/csv.rb b/lib/dc/csv.rb index abc1234..def5678 100644 --- a/lib/dc/csv.rb +++ b/lib/dc/csv.rb @@ -5,6 +5,7 @@ module CSV def self.generate_csv(records, keys=nil) + return if records.none? keys ||= records.first.keys ::CSV.generate do |csv| csv << keys
Return immediately if the are no records to dump On a fresh or lightly used install there are no records to dump to CSV which was causing exceptions on the nightly emails
diff --git a/lib/driver.rb b/lib/driver.rb index abc1234..def5678 100644 --- a/lib/driver.rb +++ b/lib/driver.rb @@ -9,7 +9,7 @@ while (input.casecmp("quit") != 0) interpret_command(input, player) - input = player_input + input = player_input prompt: '> ' end end
Add prompt: '> ' to player_input in while loop
diff --git a/Bulletin.podspec b/Bulletin.podspec index abc1234..def5678 100644 --- a/Bulletin.podspec +++ b/Bulletin.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Bulletin' - s.version = '1.1.0' + s.version = '1.2.0' s.summary = 'Customizable alert library for S...
Update podspec version to 1.2.0
diff --git a/test/unit/spec_helper.rb b/test/unit/spec_helper.rb index abc1234..def5678 100644 --- a/test/unit/spec_helper.rb +++ b/test/unit/spec_helper.rb @@ -1,12 +1,12 @@ require 'chefspec' +require 'chefspec/berkshelf' ChefSpec::Coverage.start! RSpec.configure do |config| # Specify the path for Chef Solo ...
Use chefspec/berkshelf and do not touch the cookbook path
diff --git a/spec/lita/handlers/wikipedia_spec.rb b/spec/lita/handlers/wikipedia_spec.rb index abc1234..def5678 100644 --- a/spec/lita/handlers/wikipedia_spec.rb +++ b/spec/lita/handlers/wikipedia_spec.rb @@ -24,7 +24,7 @@ it "returns an error message if no article is found" do send_command "wiki asdfasdfa...
Modify test to expect "no entry found" response string without a period
diff --git a/rb/lib/selenium/webdriver/common/port_prober.rb b/rb/lib/selenium/webdriver/common/port_prober.rb index abc1234..def5678 100644 --- a/rb/lib/selenium/webdriver/common/port_prober.rb +++ b/rb/lib/selenium/webdriver/common/port_prober.rb @@ -20,7 +20,7 @@ end def self.free?(port) - inte...
JariBakken: Fix for 1.8.7 behaviour of Socket.getaddrinfo git-svn-id: 4179480af2c2519a5eb5e1e9b541cbdf5cf27696@17085 07704840-8298-11de-bf8c-fd130f914ac9
diff --git a/Casks/popchar.rb b/Casks/popchar.rb index abc1234..def5678 100644 --- a/Casks/popchar.rb +++ b/Casks/popchar.rb @@ -0,0 +1,11 @@+cask :v1 => 'popchar' do + version '7.3.1' + sha256 '1f7d06897b165613f564e34409ff42e20e383f831b45c86d6e4bd71bc1c1b670' + + url "http://www.ergonis.com/downloads/products/popch...
Add PopChar X version 7.3.1.
diff --git a/spec/unit/transition/matches_spec.rb b/spec/unit/transition/matches_spec.rb index abc1234..def5678 100644 --- a/spec/unit/transition/matches_spec.rb +++ b/spec/unit/transition/matches_spec.rb @@ -0,0 +1,23 @@+# encoding: utf-8 + +require 'spec_helper' + +RSpec.describe FiniteMachine::Transition, '.matches?...
Add test for matching transition state.
diff --git a/Casks/sidplay.rb b/Casks/sidplay.rb index abc1234..def5678 100644 --- a/Casks/sidplay.rb +++ b/Casks/sidplay.rb @@ -2,7 +2,7 @@ version '4.0' sha256 'a7de546ba5a0b69365d57a8eff05a2820f81167ccd3a74e07ad3539e08a80bbd' - # www.twinbirds.com/sidplay was verified as official when first introduced to the...
Fix `url` stanza comment for SIDPLAY.
diff --git a/Casks/vivaldi.rb b/Casks/vivaldi.rb index abc1234..def5678 100644 --- a/Casks/vivaldi.rb +++ b/Casks/vivaldi.rb @@ -1,11 +1,11 @@ cask :v1 => 'vivaldi' do version '1.0.83.38' - sha256 'ef048f271526c53574f453dfdcac157482fc51e9f669c22aadaf1b25b5f952fa' + sha256 '84153229b9d59561c9d6f570aa77875ed8b410ff4...
Fix checksum in Vivaldi Cask
diff --git a/phonetic_alphabet.gemspec b/phonetic_alphabet.gemspec index abc1234..def5678 100644 --- a/phonetic_alphabet.gemspec +++ b/phonetic_alphabet.gemspec @@ -10,7 +10,7 @@ spec.email = ["dennis@dennishall.de"] spec.summary = %q{Enables strings to be spelled with the phonetic alphabet} spec....
Add homepage info to gemspec
diff --git a/spec/features/users/user_can_deactivate_daily_text_messages_spec.rb b/spec/features/users/user_can_deactivate_daily_text_messages_spec.rb index abc1234..def5678 100644 --- a/spec/features/users/user_can_deactivate_daily_text_messages_spec.rb +++ b/spec/features/users/user_can_deactivate_daily_text_messages...
Add test for user to unsubscribe
diff --git a/lib/gitlab.rb b/lib/gitlab.rb index abc1234..def5678 100644 --- a/lib/gitlab.rb +++ b/lib/gitlab.rb @@ -10,7 +10,7 @@ class Gitlab def initialize - config = "config.yml" + config = File.expand_path('../../config.yml',__FILE__) Config.load(config) end
Fix config file path issue
diff --git a/app/models/listing.rb b/app/models/listing.rb index abc1234..def5678 100644 --- a/app/models/listing.rb +++ b/app/models/listing.rb @@ -7,7 +7,6 @@ has_many :donation_applications, dependent: :destroy def get_show_image - listing_image = Listing.find(params[:id]).image_url || 'http://placehold.it...
Fix Listing image url placeholders