diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/WOWCheckbox.podspec b/WOWCheckbox.podspec
index abc1234..def5678 100644
--- a/WOWCheckbox.podspec
+++ b/WOWCheckbox.podspec
@@ -13,6 +13,7 @@ s.source = { :git => 'https://github.com/zhouhao27/WOWCheckbox.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
+ s.swift_version = '... | Add s.swift_version = '4.0' in podspec
|
diff --git a/FlexibleImage.podspec b/FlexibleImage.podspec
index abc1234..def5678 100644
--- a/FlexibleImage.podspec
+++ b/FlexibleImage.podspec
@@ -8,7 +8,7 @@ s.authors = { 'Jungwon An' => 'kawoou@kawoou.kr' }
s.social_media_url = 'http://fb.com/kawoou'
s.source = { :git => 'https://github.com/K... | Fix tag bug on podspec
|
diff --git a/Casks/bowery.rb b/Casks/bowery.rb
index abc1234..def5678 100644
--- a/Casks/bowery.rb
+++ b/Casks/bowery.rb
@@ -1,6 +1,6 @@ class Bowery < Cask
- version '3.2.7'
- sha256 'e473b9d3b056a23b79c5174e979f345ef1cb873bcadfd02360a46f7b015a394f'
+ version '3.2.9'
+ sha256 'fbcc62c54f24b75ade5b43037fea20d388c3a... | Update Bowery.app to verision 3.2.9
|
diff --git a/Casks/poedit.rb b/Casks/poedit.rb
index abc1234..def5678 100644
--- a/Casks/poedit.rb
+++ b/Casks/poedit.rb
@@ -10,7 +10,7 @@ sha256 'e08b1a3ffc791b78ca849bf3fdbbd9dd7cbb8944032a5bdec642560ee6118c34'
url "http://poedit.net/dl/Poedit-#{version}.zip"
appcast 'https://poedit.net/updates/osx/appc... | Update appcast's sha256 for Poedit.app |
diff --git a/lib/pghero/methods/databases.rb b/lib/pghero/methods/databases.rb
index abc1234..def5678 100644
--- a/lib/pghero/methods/databases.rb
+++ b/lib/pghero/methods/databases.rb
@@ -20,7 +20,7 @@ end
def current_database=(database)
- raise "Database not found" unless databases[database]
+ ... | Allow symbol to be used to specify database
|
diff --git a/lib/snapme/imagesnap_command.rb b/lib/snapme/imagesnap_command.rb
index abc1234..def5678 100644
--- a/lib/snapme/imagesnap_command.rb
+++ b/lib/snapme/imagesnap_command.rb
@@ -7,7 +7,7 @@ private
def command_name
- 'bin/imagesnap'
+ 'imagesnap'
end
end
end
| Remove 'bin/' prefix from imagesnap command name
* It will not require this because it should be in PATH for the
executing user.
|
diff --git a/lib/tasks/link_governments.rake b/lib/tasks/link_governments.rake
index abc1234..def5678 100644
--- a/lib/tasks/link_governments.rake
+++ b/lib/tasks/link_governments.rake
@@ -0,0 +1,24 @@+namespace :governments do
+ task relink: :environment do
+ STDOUT.sync = true
+ Edition.where.not(state: %w[del... | Create rake task to link editions to a government
|
diff --git a/lib/html/pipeline/syntax_highlight_filter.rb b/lib/html/pipeline/syntax_highlight_filter.rb
index abc1234..def5678 100644
--- a/lib/html/pipeline/syntax_highlight_filter.rb
+++ b/lib/html/pipeline/syntax_highlight_filter.rb
@@ -1,7 +1,7 @@ begin
require 'linguist'
rescue LoadError
- raise LoadError, "... | Improve to describe gem 'github-linguist'
The required gem is 'github-linguist' not 'linguist'.
|
diff --git a/lib/versatile_rjs/proxy/element_set_proxy.rb b/lib/versatile_rjs/proxy/element_set_proxy.rb
index abc1234..def5678 100644
--- a/lib/versatile_rjs/proxy/element_set_proxy.rb
+++ b/lib/versatile_rjs/proxy/element_set_proxy.rb
@@ -6,6 +6,8 @@ include Selectable
include FrameworkDependent
+ ... | Add method implementation requision on :each.
|
diff --git a/spec/unit/listener_spec.rb b/spec/unit/listener_spec.rb
index abc1234..def5678 100644
--- a/spec/unit/listener_spec.rb
+++ b/spec/unit/listener_spec.rb
@@ -0,0 +1,13 @@+# frozen_string_literal: true
+
+require 'spec_helper'
+
+describe Que::Listener do
+ it "should return messages to the locker in bulk by... | Add some pending specs for the Listener class.
|
diff --git a/db/migrate/20130731020144_add_type_to_miniapp.rb b/db/migrate/20130731020144_add_type_to_miniapp.rb
index abc1234..def5678 100644
--- a/db/migrate/20130731020144_add_type_to_miniapp.rb
+++ b/db/migrate/20130731020144_add_type_to_miniapp.rb
@@ -1,7 +1,7 @@ class AddTypeToMiniapp < ActiveRecord::Migration
... | Fix app not found error
|
diff --git a/RunKeeper-iOS.podspec b/RunKeeper-iOS.podspec
index abc1234..def5678 100644
--- a/RunKeeper-iOS.podspec
+++ b/RunKeeper-iOS.podspec
@@ -0,0 +1,28 @@+Pod::Spec.new do |s|
+ s.name = "RunKeeper-iOS"
+ s.version = "0.0.1"
+ s.summary = "An iOS RunKeeper API module."
+ s.description = <<... | Add Podspec with AFNetworking version updated
|
diff --git a/spec/support/dummy_view.rb b/spec/support/dummy_view.rb
index abc1234..def5678 100644
--- a/spec/support/dummy_view.rb
+++ b/spec/support/dummy_view.rb
@@ -3,7 +3,7 @@ class DummyView < ActionView::Base
module FakeRequest
class Request
- attr_accessor :path, :fullpath
+ attr_accessor :pat... | Add protocol and host for dummy request
|
diff --git a/app/controllers/spree/api/ams/users_controller.rb b/app/controllers/spree/api/ams/users_controller.rb
index abc1234..def5678 100644
--- a/app/controllers/spree/api/ams/users_controller.rb
+++ b/app/controllers/spree/api/ams/users_controller.rb
@@ -12,9 +12,9 @@ @user.generate_spree_api_key! u... | Update Token Response for Simple Auth |
diff --git a/TDRedux.swift.podspec b/TDRedux.swift.podspec
index abc1234..def5678 100644
--- a/TDRedux.swift.podspec
+++ b/TDRedux.swift.podspec
@@ -1,6 +1,6 @@ Pod::Spec.new do |s|
s.name = "TDRedux.swift"
- s.version = "1.4.2"
+ s.version = "1.4.3"
s.summary = "Yet another Redux written... | v1.4.3: Fix doc for jazzy and CocoaPods
Things in `**` were missing if they are in `parameter` or a `returns`,
e.g.
```
A *Reducer* function
```
will be rendered as:
> A function
|
diff --git a/app/serializers/gobierto_plans/node_serializer.rb b/app/serializers/gobierto_plans/node_serializer.rb
index abc1234..def5678 100644
--- a/app/serializers/gobierto_plans/node_serializer.rb
+++ b/app/serializers/gobierto_plans/node_serializer.rb
@@ -5,7 +5,7 @@ include ::GobiertoCommon::Versionable
... | Exclude published version from plans project serialized attributes
|
diff --git a/actionpack/test/controller/new_base/content_negotiation_test.rb b/actionpack/test/controller/new_base/content_negotiation_test.rb
index abc1234..def5678 100644
--- a/actionpack/test/controller/new_base/content_negotiation_test.rb
+++ b/actionpack/test/controller/new_base/content_negotiation_test.rb
@@ -25,... | Fix a ContentNegotiation test description
|
diff --git a/brew-pip.rb b/brew-pip.rb
index abc1234..def5678 100644
--- a/brew-pip.rb
+++ b/brew-pip.rb
@@ -9,4 +9,11 @@ def install
bin.install 'bin/brew-pip'
end
+
+ def caveats; <<-EOS.undent
+ pip needs to be installed before brew-pip will work:
+
+ #{HOMEBREW_PREFIX+"share/python"}/easy_insta... | Add caveats explaining pip needs to be installed
Homebrew has 'depends_on "pip" => :python' but it works more like an
error message and bails. I want this to pop up after brew-pip gets
installed.
|
diff --git a/lib/email/mboxrd/message.rb b/lib/email/mboxrd/message.rb
index abc1234..def5678 100644
--- a/lib/email/mboxrd/message.rb
+++ b/lib/email/mboxrd/message.rb
@@ -42,10 +42,19 @@ def mboxrd_body
@mboxrd_body ||=
begin
- @mboxrd_body = supplied_body.gsub(/\n(>*From)/, "\n>\\1")
+ ... | Add comment about From quoting
|
diff --git a/lib/geocoder/lookups/ovi.rb b/lib/geocoder/lookups/ovi.rb
index abc1234..def5678 100644
--- a/lib/geocoder/lookups/ovi.rb
+++ b/lib/geocoder/lookups/ovi.rb
@@ -42,7 +42,7 @@ )
else
super.merge(options).merge(
- :searchtext=>query.sanitized_text,
+ :searchtext=>quer... | Fix Ruby 1.8 syntax error.
|
diff --git a/lib/meeting/carbon_model.rb b/lib/meeting/carbon_model.rb
index abc1234..def5678 100644
--- a/lib/meeting/carbon_model.rb
+++ b/lib/meeting/carbon_model.rb
@@ -9,7 +9,7 @@ base.decide :emission, :with => :characteristics do
committee :emission do # returns kg CO2e
quorum 'fr... | Use float for emission values
|
diff --git a/lib/realtime-validations.rb b/lib/realtime-validations.rb
index abc1234..def5678 100644
--- a/lib/realtime-validations.rb
+++ b/lib/realtime-validations.rb
@@ -1,6 +1,13 @@ module RealtimeValidations
class RealtimeValidations < Rails::Engine
+
+ initializer 'realtime_validations.init' do |app|
+ ... | Check if this loads applicationcontroller
|
diff --git a/lib/tasks/gitlab/setup.rake b/lib/tasks/gitlab/setup.rake
index abc1234..def5678 100644
--- a/lib/tasks/gitlab/setup.rake
+++ b/lib/tasks/gitlab/setup.rake
@@ -16,7 +16,7 @@
Rake::Task["db:setup"].invoke
- config = YAML.load(ERB.new(File.read(File.join(Rails.root, "config","database.yml"))).resu... | Revert "Allow to parse heroku-generated database.yml config file."
This reverts commit 8a56e7db485d3109f3b2f02896c1165c33ffa8fb.
Because it actually breaks db setup for mysql
|
diff --git a/lib/tasks/peoplefinder.rake b/lib/tasks/peoplefinder.rake
index abc1234..def5678 100644
--- a/lib/tasks/peoplefinder.rake
+++ b/lib/tasks/peoplefinder.rake
@@ -29,10 +29,16 @@
if STDIN.gets.chomp == 'Y'
recipients.each do |recipient|
- if ReminderMailer.inadequate_profile(recipient).del... | Handle invalid email addresses in reminder task |
diff --git a/gems/capistrano-support/testapp/config/deploy.rb b/gems/capistrano-support/testapp/config/deploy.rb
index abc1234..def5678 100644
--- a/gems/capistrano-support/testapp/config/deploy.rb
+++ b/gems/capistrano-support/testapp/config/deploy.rb
@@ -1,4 +1,5 @@ require 'torquebox-capistrano-support'
+require 'bu... | TORQUE-589: Add bundler recipes to test. Works.
|
diff --git a/lucene_query_parser.gemspec b/lucene_query_parser.gemspec
index abc1234..def5678 100644
--- a/lucene_query_parser.gemspec
+++ b/lucene_query_parser.gemspec
@@ -20,5 +20,5 @@
s.add_runtime_dependency "parslet"
s.add_runtime_dependency "rainbow"
- s.add_development_dependency "rspec", "~> 2.5.0"
+ s... | Update rspec dependency to match parslet requirement
|
diff --git a/config/initializers/kubernetes_database_config.rb b/config/initializers/kubernetes_database_config.rb
index abc1234..def5678 100644
--- a/config/initializers/kubernetes_database_config.rb
+++ b/config/initializers/kubernetes_database_config.rb
@@ -1,5 +1,5 @@ if Rails.env.production? && Rails.configuration... | FIX - establish db connection
|
diff --git a/features/step_definitions/hello_world_steps.rb b/features/step_definitions/hello_world_steps.rb
index abc1234..def5678 100644
--- a/features/step_definitions/hello_world_steps.rb
+++ b/features/step_definitions/hello_world_steps.rb
@@ -2,7 +2,12 @@ # Step definitions specific to the feature file 'example.f... | Add ruby methods to steps
|
diff --git a/app/app_delegate.rb b/app/app_delegate.rb
index abc1234..def5678 100644
--- a/app/app_delegate.rb
+++ b/app/app_delegate.rb
@@ -11,6 +11,9 @@ self.doing_part_2 = false
self.van_hoorden_sounds = NSFileManager.defaultManager.contentsOfDirectoryAtPath(NSBundle.mainBundle.resourcePath, error:nil).sele... | Duplicate van noorden sounds before test start
|
diff --git a/roles/osx-nsm.rb b/roles/osx-nsm.rb
index abc1234..def5678 100644
--- a/roles/osx-nsm.rb
+++ b/roles/osx-nsm.rb
@@ -17,7 +17,7 @@ "recipe[graz_genesis::mac]",
"recipe[simulation_curriculum_starry_night_pro::mac]",
"recipe[synergy_kaleidagraph::mac]",
- "recipe[wolfr... | Disable Mathematic until we can fix it
|
diff --git a/Formula/ack.rb b/Formula/ack.rb
index abc1234..def5678 100644
--- a/Formula/ack.rb
+++ b/Formula/ack.rb
@@ -2,7 +2,6 @@
class Ack < Formula
url "https://github.com/petdance/ack/tarball/1.93_02"
- version '1.93_02'
md5 'b468ce41a949fd957dc9b6aee74782e9'
homepage 'http://betterthangrep.com/'
| Allow underscore in github version numbers.
|
diff --git a/Tabman.podspec b/Tabman.podspec
index abc1234..def5678 100644
--- a/Tabman.podspec
+++ b/Tabman.podspec
@@ -3,6 +3,7 @@ s.name = "Tabman"
s.platform = :ios, "9.0"
s.requires_arc = true
+ s.swift_version = "4.0"
s.version = "1.4.0"
s.summary = "A powerful paging view c... | Add swift version to podspec
|
diff --git a/lib/flipper/middleware/local_cache.rb b/lib/flipper/middleware/local_cache.rb
index abc1234..def5678 100644
--- a/lib/flipper/middleware/local_cache.rb
+++ b/lib/flipper/middleware/local_cache.rb
@@ -1,24 +1,8 @@+require 'rack/body_proxy'
+
module Flipper
module Middleware
class LocalCache
- ... | Use rack body proxy instead of custom body proxy.
|
diff --git a/app/jobs/log_job.rb b/app/jobs/log_job.rb
index abc1234..def5678 100644
--- a/app/jobs/log_job.rb
+++ b/app/jobs/log_job.rb
@@ -9,11 +9,10 @@ initial_location = "log/#{log_file}.log"
final_location = "log/old_#{log_file}.log"
- FileUtils.mv(initial_location, final_location) \
- i... | Make it so log job never deletes a file |
diff --git a/Casks/smlnj.rb b/Casks/smlnj.rb
index abc1234..def5678 100644
--- a/Casks/smlnj.rb
+++ b/Casks/smlnj.rb
@@ -0,0 +1,10 @@+class Smlnj < Cask
+ version '110.77'
+ sha256 '77265ce1bdbca3e9c9b3053195503bf2bffafbba196596679fb64d9ceb4e25ee'
+
+ url "http://smlnj.cs.uchicago.edu/dist/working/#{version}/smlnj-x... | Add Standard ML New Jersey, version 110.77
|
diff --git a/lib/nasdaq_scraper/cli/application.rb b/lib/nasdaq_scraper/cli/application.rb
index abc1234..def5678 100644
--- a/lib/nasdaq_scraper/cli/application.rb
+++ b/lib/nasdaq_scraper/cli/application.rb
@@ -8,6 +8,10 @@ desc 'scrape [URL]', 'Scrape the [URL] for NASDAQ index'
def scrape(url)
data = Na... | Check for valid result in cli wrapper
|
diff --git a/lib/omniauth/strategies/spiceworks.rb b/lib/omniauth/strategies/spiceworks.rb
index abc1234..def5678 100644
--- a/lib/omniauth/strategies/spiceworks.rb
+++ b/lib/omniauth/strategies/spiceworks.rb
@@ -2,18 +2,18 @@ module OmniAuth
module Strategies
class Spiceworks < OmniAuth::Strategies::OAuth2
- ... | Change default scope to be public.
|
diff --git a/lib/racing/sprockets/fast_manifest.rb b/lib/racing/sprockets/fast_manifest.rb
index abc1234..def5678 100644
--- a/lib/racing/sprockets/fast_manifest.rb
+++ b/lib/racing/sprockets/fast_manifest.rb
@@ -12,7 +12,6 @@ end
def compile(*args)
- pool = Thread.pool(10)
unless environment
rais... | Use the right method to wait until we're done. |
diff --git a/app/models/movie.rb b/app/models/movie.rb
index abc1234..def5678 100644
--- a/app/models/movie.rb
+++ b/app/models/movie.rb
@@ -1,3 +1,7 @@ class Movie < ActiveRecord::Base
+ validates :title, { length: 1..50 }
+ validates :format, { presence: true }
+ validates :length, numericality: { only_integ... | Add some validations to Movie model (title, format, length, and release_year)
|
diff --git a/Differ.podspec b/Differ.podspec
index abc1234..def5678 100644
--- a/Differ.podspec
+++ b/Differ.podspec
@@ -21,6 +21,8 @@
s.platforms = { :ios => "8.0", :osx => "10.10", :tvos => "9.0", :watchos => "3.0" }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' }
- s.osx.exclude_files = "Sources/Differ/... | Update podspec to exclude new AppKit classes
|
diff --git a/app/controllers/api/v1/performances_controller.rb b/app/controllers/api/v1/performances_controller.rb
index abc1234..def5678 100644
--- a/app/controllers/api/v1/performances_controller.rb
+++ b/app/controllers/api/v1/performances_controller.rb
@@ -16,8 +16,8 @@ .includes(
{ appearances: ... | Fix strange bug where performances had wrong associated host
For some reason, including the predecessor's associations here would
lead to many performances having the wrong predecessor host name and
country.
|
diff --git a/github_downloads.gemspec b/github_downloads.gemspec
index abc1234..def5678 100644
--- a/github_downloads.gemspec
+++ b/github_downloads.gemspec
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
s.name = "github_downloads"
s.version = GithubDownloads::VERSION
- s.authors = ["Clemens ... | Add Peter Wagenet to authors
|
diff --git a/test/controllers/backend/activities_controller_test.rb b/test/controllers/backend/activities_controller_test.rb
index abc1234..def5678 100644
--- a/test/controllers/backend/activities_controller_test.rb
+++ b/test/controllers/backend/activities_controller_test.rb
@@ -2,6 +2,21 @@
module Backend
class ... | Update activities controller test show
|
diff --git a/spec/message_filter_spec.rb b/spec/message_filter_spec.rb
index abc1234..def5678 100644
--- a/spec/message_filter_spec.rb
+++ b/spec/message_filter_spec.rb
@@ -10,4 +10,6 @@ describe MessageFilter, 'with argument "foo","bar"' do
subject { MessageFilter.new('foo', 'bar') }
it { is_expected.to be_detec... | Add specs for variable length argument
|
diff --git a/spec/models/profile_spec.rb b/spec/models/profile_spec.rb
index abc1234..def5678 100644
--- a/spec/models/profile_spec.rb
+++ b/spec/models/profile_spec.rb
@@ -0,0 +1,15 @@+require 'spec_helper'
+
+describe Profile do
+ it 'delegate equality notions to user' do
+ user1 = User.new
+ user2 = User.new
... | Add profile spec as is from branch `user-merge-tool`
|
diff --git a/app/models/attachment.rb b/app/models/attachment.rb
index abc1234..def5678 100644
--- a/app/models/attachment.rb
+++ b/app/models/attachment.rb
@@ -31,7 +31,6 @@ end
def upload_file
- raise ApiClientNotPresent unless Services.attachment_api
begin
if file_id.nil?
response = Se... | Remove unnecessary guard condition and exception
I can't see how `Services.attachment_api` would ever not return
something and so I think this guard condition is unnecessary.
What's more the raising of a `ApiClientNotPresent` exception is not
covered in the tests and this exception is never explicitly handled.
If it... |
diff --git a/spec/unit/exposures_spec.rb b/spec/unit/exposures_spec.rb
index abc1234..def5678 100644
--- a/spec/unit/exposures_spec.rb
+++ b/spec/unit/exposures_spec.rb
@@ -0,0 +1,63 @@+RSpec.describe Dry::View::Exposures do
+ subject(:exposures) { described_class.new }
+
+ describe "#exposures" do
+ it "is empty ... | Add unit tests for Exposures |
diff --git a/ast/document.rb b/ast/document.rb
index abc1234..def5678 100644
--- a/ast/document.rb
+++ b/ast/document.rb
@@ -8,6 +8,7 @@ \usepackage{cancel}
\usepackage{enumerate}
\usepackage{hyperref}
+\usepackage{titling}
\DeclareGraphicsExtensions{.pdf,.png,.jpg}
@@ -16,7 +17,8 @@ \let\Im\relax
\DeclareMathO... | Move title up a bit
|
diff --git a/lesson14/you_look_wonderful_tonight.rb b/lesson14/you_look_wonderful_tonight.rb
index abc1234..def5678 100644
--- a/lesson14/you_look_wonderful_tonight.rb
+++ b/lesson14/you_look_wonderful_tonight.rb
@@ -0,0 +1,10 @@+# Lesson 14 - 'Slash' chords and Bass runs
+# You Look Wonderful Tonight - Eric Clapton
+r... | Add 'You Look Wonderful Tonight'
|
diff --git a/lib/github_api/response/raise_error.rb b/lib/github_api/response/raise_error.rb
index abc1234..def5678 100644
--- a/lib/github_api/response/raise_error.rb
+++ b/lib/github_api/response/raise_error.rb
@@ -16,6 +16,9 @@ raise Github::Forbidden.new(response_message(env), env[:response_headers])
... | Raise custom 422 type error when failed parsing json.
|
diff --git a/lib/miq_automation_engine/service_models/miq_ae_service_service_ansible_tower.rb b/lib/miq_automation_engine/service_models/miq_ae_service_service_ansible_tower.rb
index abc1234..def5678 100644
--- a/lib/miq_automation_engine/service_models/miq_ae_service_service_ansible_tower.rb
+++ b/lib/miq_automation_e... | Enhance AnsibleTower Job to process job options
Extract common code to OrchestrationStackOptionsMixin to be shared by OrchestrationStack and AnsibleTower Job
(transferred from ManageIQ/manageiq@9030ea98a5b23e0c06fb497283336402bb6a4f6e)
|
diff --git a/test/fixtures/cookbooks/selenium_test/recipes/package.rb b/test/fixtures/cookbooks/selenium_test/recipes/package.rb
index abc1234..def5678 100644
--- a/test/fixtures/cookbooks/selenium_test/recipes/package.rb
+++ b/test/fixtures/cookbooks/selenium_test/recipes/package.rb
@@ -6,7 +6,7 @@ action :nothi... | Add dev libs for fedora
|
diff --git a/Casks/phpstorm-eap.rb b/Casks/phpstorm-eap.rb
index abc1234..def5678 100644
--- a/Casks/phpstorm-eap.rb
+++ b/Casks/phpstorm-eap.rb
@@ -1,7 +1,7 @@ class PhpstormEap < Cask
- url 'http://download.jetbrains.com/webide/PhpStorm-EAP-138.940.dmg'
+ url 'http://download.jetbrains.com/webide/PhpStorm-EAP-138.1... | Update PHPStorm EAP to 138.1161 |
diff --git a/spec/cli_spec.rb b/spec/cli_spec.rb
index abc1234..def5678 100644
--- a/spec/cli_spec.rb
+++ b/spec/cli_spec.rb
@@ -24,7 +24,7 @@
expect do
cli.investigate("#{File.dirname(__FILE__)}/data/cookbook_no_deps")
- end.to exit_with_code(204)
+ end.to exit_with_code(STATUS_TO_RETURN_COD... | Use STATUS_TO_RETURN_CODES for more readable specs
|
diff --git a/app/controllers/proxy_controller.rb b/app/controllers/proxy_controller.rb
index abc1234..def5678 100644
--- a/app/controllers/proxy_controller.rb
+++ b/app/controllers/proxy_controller.rb
@@ -17,12 +17,21 @@
# Whitelist
if !path.start_with?("https://maps.googleapis.com/maps/api")
+ Rails.lo... | Add query parameters to proxy
|
diff --git a/simple_xlsx_reader.gemspec b/simple_xlsx_reader.gemspec
index abc1234..def5678 100644
--- a/simple_xlsx_reader.gemspec
+++ b/simple_xlsx_reader.gemspec
@@ -7,7 +7,7 @@ gem.name = "simple_xlsx_reader"
gem.version = SimpleXlsxReader::VERSION
gem.authors = ["Woody Peterson"]
- ge... | Correct author email address in gemspec
|
diff --git a/lib/rubocop/cop/style/case_equality.rb b/lib/rubocop/cop/style/case_equality.rb
index abc1234..def5678 100644
--- a/lib/rubocop/cop/style/case_equality.rb
+++ b/lib/rubocop/cop/style/case_equality.rb
@@ -7,10 +7,10 @@ class CaseEquality < Cop
MSG = 'Avoid the use of the case equality operato... | Modify Style/CaseEquality to use NodePattern
|
diff --git a/Casks/front.rb b/Casks/front.rb
index abc1234..def5678 100644
--- a/Casks/front.rb
+++ b/Casks/front.rb
@@ -2,7 +2,7 @@ version :latest
sha256 :no_check
- url 'http://dl.frontapp.com/front-latest.zip'
+ url 'https://dl.frontapp.com/osx/front.dmg'
name 'Front'
homepage 'https://frontapp.com/'... | Update Front.app with new download URL.
|
diff --git a/Casks/sonos.rb b/Casks/sonos.rb
index abc1234..def5678 100644
--- a/Casks/sonos.rb
+++ b/Casks/sonos.rb
@@ -1,7 +1,7 @@ class Sonos < Cask
- url 'http://update.sonos.com/software/mac/mdcr/SonosDesktopController42.dmg'
+ url 'http://update.sonos.com/software/mac/mdcr/SonosDesktopController43.dmg'
homep... | Update Sonos Controller from version 4.2 to 4.3 |
diff --git a/boombox.gemspec b/boombox.gemspec
index abc1234..def5678 100644
--- a/boombox.gemspec
+++ b/boombox.gemspec
@@ -1,4 +1,5 @@ # coding: utf-8
+
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "boombox/version"
@@ -7,30 +8,20 @@ spec.name ... | Fix the info in the Gemspec |
diff --git a/lib/active_shipping/shipping/label_response.rb b/lib/active_shipping/shipping/label_response.rb
index abc1234..def5678 100644
--- a/lib/active_shipping/shipping/label_response.rb
+++ b/lib/active_shipping/shipping/label_response.rb
@@ -6,13 +6,21 @@
class LabelResponse < Response
- attr :label... | Use custom attr reader for labels data.
Extracting labels at initialize time is not the way to do it: this is not deserialization friendly. |
diff --git a/lib/sparkle_formation/translation/rackspace.rb b/lib/sparkle_formation/translation/rackspace.rb
index abc1234..def5678 100644
--- a/lib/sparkle_formation/translation/rackspace.rb
+++ b/lib/sparkle_formation/translation/rackspace.rb
@@ -4,6 +4,23 @@
MAP = Heat::MAP
MAP[:resources]['AWS::EC2::... | Add metadata formatting to fix HOT bug on remote source endpoints
|
diff --git a/db/migrate/20140908045601_legacy_pass_api_keys.rb b/db/migrate/20140908045601_legacy_pass_api_keys.rb
index abc1234..def5678 100644
--- a/db/migrate/20140908045601_legacy_pass_api_keys.rb
+++ b/db/migrate/20140908045601_legacy_pass_api_keys.rb
@@ -15,7 +15,6 @@
api.save!
end
-
end
def ... | Fix extra empty line making rubocop unhappy.
|
diff --git a/apple_dep_client.gemspec b/apple_dep_client.gemspec
index abc1234..def5678 100644
--- a/apple_dep_client.gemspec
+++ b/apple_dep_client.gemspec
@@ -17,6 +17,8 @@ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
+ spec.add_dependency "oauth", "~> 0.4.7"
+... | Add oauth and typhoeus gem dependencies
|
diff --git a/db/data_migration/20180103105439_remove_archived_title_prefix_html_attachments.rb b/db/data_migration/20180103105439_remove_archived_title_prefix_html_attachments.rb
index abc1234..def5678 100644
--- a/db/data_migration/20180103105439_remove_archived_title_prefix_html_attachments.rb
+++ b/db/data_migration... | Remove the '[Archived]' title prefix from HTML attachments
https://trello.com/c/qZgjF7EN/472-rename-withdrawn-and-archived-html-publications
Some users have manually added '[Archived]' to the title of HTML
attachments, but the system already handles this. The result is we're
rendering titles like '[Withdrawn] [Archiv... |
diff --git a/Framer.podspec b/Framer.podspec
index abc1234..def5678 100644
--- a/Framer.podspec
+++ b/Framer.podspec
@@ -1,6 +1,6 @@ Pod::Spec.new do |s|
s.name = 'Framer'
- s.version = '1.4.3'
+ s.version = '1.5.0'
s.summary = 'Comfortable syntax for working with frames'
... | Change pod version -> 1.5.0
|
diff --git a/merb-gen/app_generators/merb/merb_generator.rb b/merb-gen/app_generators/merb/merb_generator.rb
index abc1234..def5678 100644
--- a/merb-gen/app_generators/merb/merb_generator.rb
+++ b/merb-gen/app_generators/merb/merb_generator.rb
@@ -2,21 +2,21 @@ require "merb-gen/base"
class MerbGenerator < Merb::Ge... | Create gems directory in new applications.
|
diff --git a/lib/tasks/unpublish_start_page_ab_test_pages.rake b/lib/tasks/unpublish_start_page_ab_test_pages.rake
index abc1234..def5678 100644
--- a/lib/tasks/unpublish_start_page_ab_test_pages.rake
+++ b/lib/tasks/unpublish_start_page_ab_test_pages.rake
@@ -0,0 +1,18 @@+namespace :start_page_ab_test_pages do
+ desc... | Unpublish pages added for Self Assessment A/B test
Add a rake task to unpublish the three pages we added as part of the
Self Assessment A/B test. That test finished on 17/11/2017 and these
particular pages are no longer needed.
|
diff --git a/Result.podspec b/Result.podspec
index abc1234..def5678 100644
--- a/Result.podspec
+++ b/Result.podspec
@@ -0,0 +1,14 @@+Pod::Spec.new do |s|
+ s.name = 'Result'
+ s.version = '0.6.0-beta.2'
+ s.summary = 'Swift type modelling the success/failure of arbitrary operations'
+
+ s.homepag... | Add simple Podspec to the repo
|
diff --git a/lib/best_gems_client.rb b/lib/best_gems_client.rb
index abc1234..def5678 100644
--- a/lib/best_gems_client.rb
+++ b/lib/best_gems_client.rb
@@ -31,6 +31,7 @@ }.to_h
end
+ break if html.at(".pagination .disabled") # Checks if there is a next page
current_page += ... | Check if there is a next page
|
diff --git a/source/restacker.gemspec b/source/restacker.gemspec
index abc1234..def5678 100644
--- a/source/restacker.gemspec
+++ b/source/restacker.gemspec
@@ -13,7 +13,7 @@ s.files = `git ls-files -z`.split("\x0")
s.require_paths = ["lib"]
s.add_runtime_dependency 'aws-sdk', '~> 2'
- s.add_runtime_dependen... | Add runtime dependency for rainbow gem
|
diff --git a/lib/classified-ipsum.rb b/lib/classified-ipsum.rb
index abc1234..def5678 100644
--- a/lib/classified-ipsum.rb
+++ b/lib/classified-ipsum.rb
@@ -11,7 +11,7 @@ end
# Returns the redacted string e.g.
- # "Lee Reilly" becomes "[REDACTED] [REDACTED]""
+ # "Lee Reilly" becomes "[REDACTED] [REDACTED]"
... | Remove a stray double quote
|
diff --git a/capi/recipes/cats_gopath_symlink.rb b/capi/recipes/cats_gopath_symlink.rb
index abc1234..def5678 100644
--- a/capi/recipes/cats_gopath_symlink.rb
+++ b/capi/recipes/cats_gopath_symlink.rb
@@ -0,0 +1,4 @@+link '/Users/pivotal/go/src/github.com/cloudfoundry/cf-acceptance-tests' do
+ to '/Users/pivotal/works... | Add symlink from CATS in GOPATH to CATS in cf-release
We normally develop out of the cf-acceptance-tests that
are vendored in with cf-release on CAPI and our aliases
assume we are using that one.
This will hopefully fix an issue where fasd_cd (z command)
takes us into the GOPATH one without realizing.
Eventually whe... |
diff --git a/lib/llt/tokenizer/api.rb b/lib/llt/tokenizer/api.rb
index abc1234..def5678 100644
--- a/lib/llt/tokenizer/api.rb
+++ b/lib/llt/tokenizer/api.rb
@@ -5,6 +5,7 @@
class Api < Sinatra::Base
register Sinatra::RespondWith
+ register LLT::Core::Api::VersionRoutes
helpers LLT::Core::Api::Helpers
get ... | Add version route for tokenize
|
diff --git a/spec/emptying_ships_spec.rb b/spec/emptying_ships_spec.rb
index abc1234..def5678 100644
--- a/spec/emptying_ships_spec.rb
+++ b/spec/emptying_ships_spec.rb
@@ -0,0 +1,36 @@+require 'spec_helper'
+
+def create_ships(number_of_players)
+ smallest = number_of_players + 1
+ largest = number_of_players + 3
+... | Add functions for creating and emptying ships.
|
diff --git a/spec/features/users_spec.rb b/spec/features/users_spec.rb
index abc1234..def5678 100644
--- a/spec/features/users_spec.rb
+++ b/spec/features/users_spec.rb
@@ -6,7 +6,7 @@ subject(:vist_sign_up) do
visit(root_url)
click_link("Sign Up")
- end
+ end
subject(:fill_in_require_fields) do
... | Add User Feature Test For Require Fields
|
diff --git a/Mantle-HAL-Remix.podspec b/Mantle-HAL-Remix.podspec
index abc1234..def5678 100644
--- a/Mantle-HAL-Remix.podspec
+++ b/Mantle-HAL-Remix.podspec
@@ -6,7 +6,7 @@ s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Lynn Zhou" => "lynn@lynnzhou.com" }
s.social_media_url = 'https... | Update Git tag version to 1.0.1
|
diff --git a/lib/floodgate/config.rb b/lib/floodgate/config.rb
index abc1234..def5678 100644
--- a/lib/floodgate/config.rb
+++ b/lib/floodgate/config.rb
@@ -1,6 +1,10 @@ module Floodgate
class Config
- attr_accessor :app_id, :api_token, :filter_traffic, :redirect_url
+ attr_accessor \
+ :api_token,
+ ... | Make attr_accessor one per line
|
diff --git a/spec/subtime/timer_spec.rb b/spec/subtime/timer_spec.rb
index abc1234..def5678 100644
--- a/spec/subtime/timer_spec.rb
+++ b/spec/subtime/timer_spec.rb
@@ -15,6 +15,12 @@
timer.start
end
+
+ it "says 'timer done' when finished" do
+ expect(timer).to receive(:`).with("say timer ... | Add and pass test for timer done message
|
diff --git a/lib/girlscout/thread.rb b/lib/girlscout/thread.rb
index abc1234..def5678 100644
--- a/lib/girlscout/thread.rb
+++ b/lib/girlscout/thread.rb
@@ -8,7 +8,7 @@ return @created_by if @created_by
attr = @attributes["createdBy"]
- creator_type = attr["type"].capitalize.constantize rescue User
... | Fix class namespace problem in Thread.
|
diff --git a/spec/support/blueprints.rb b/spec/support/blueprints.rb
index abc1234..def5678 100644
--- a/spec/support/blueprints.rb
+++ b/spec/support/blueprints.rb
@@ -11,7 +11,7 @@ Vote.blueprint do
issues { [Issue.make] }
time { Time.now }
- vote_results { Array.new(1) { VoteResult.make! } }
+ vote_results {... | Fix blueprint for new Promise validation.
|
diff --git a/features/step_definitions/additional_cli_steps.rb b/features/step_definitions/additional_cli_steps.rb
index abc1234..def5678 100644
--- a/features/step_definitions/additional_cli_steps.rb
+++ b/features/step_definitions/additional_cli_steps.rb
@@ -7,7 +7,11 @@
Then /^the output should contain all of thes... | Work around travis build failing on REE.
The `include` cuke has a bunch of assertions that are failing
on REE since 1.8.7 does not guarantee hash ordering, so when
a hash is inspected, it could produce `{ :b => 2, :a => 1 }`
instead of `{ :a => 1, :b => 2 }`. |
diff --git a/application.rb b/application.rb
index abc1234..def5678 100644
--- a/application.rb
+++ b/application.rb
@@ -2,7 +2,7 @@ require 'rack-flash'
require 'dotenv'
require 'twilio-ruby'
-
+require 'json'
# Configuration
Dotenv.load
APP_ROOT = Pathname.new(File.expand_path('../', __FILE__))
@@ -16,19 +16,24 ... | Add in logic to shoot off texts to fam
|
diff --git a/lib/using.rb b/lib/using.rb
index abc1234..def5678 100644
--- a/lib/using.rb
+++ b/lib/using.rb
@@ -4,7 +4,7 @@ unless defined?(LOAD_SCHEMES)
LOAD_SCHEMES = [:require, :load, :autoload]
- class << self
+ module DefaultLoadSchemes
def reset_default_load_scheme!
@default_load_s... | Refactor metaclass into a module
|
diff --git a/app/models/ability.rb b/app/models/ability.rb
index abc1234..def5678 100644
--- a/app/models/ability.rb
+++ b/app/models/ability.rb
@@ -29,6 +29,9 @@ # Everyone can read public activities
can :read, LightweightActivity, :publication_status => 'public'
can :read, InteractivePage, :lightw... | Make private activities readable with link |
diff --git a/lib/ruby-dmm/response.rb b/lib/ruby-dmm/response.rb
index abc1234..def5678 100644
--- a/lib/ruby-dmm/response.rb
+++ b/lib/ruby-dmm/response.rb
@@ -22,6 +22,8 @@ :total_count,
]
attr_reader *RESULT_KEYS
+ alias_method :offset, :first_position
+ alias_method :per_result, ... | Add alias method for `DMM::Result` class
|
diff --git a/lib/specjour/db_scrub.rb b/lib/specjour/db_scrub.rb
index abc1234..def5678 100644
--- a/lib/specjour/db_scrub.rb
+++ b/lib/specjour/db_scrub.rb
@@ -6,6 +6,7 @@ require 'rake'
extend Rake::DSL if defined?(Rake::DSL)
if defined?(Rails) && Rails.version =~ /^3/
+ Rake::Task.define_t... | Add an environment task, useful for some reason
Conflicts:
lib/specjour/db_scrub.rb
|
diff --git a/app/presenters/publishing_api/world_location_presenter.rb b/app/presenters/publishing_api/world_location_presenter.rb
index abc1234..def5678 100644
--- a/app/presenters/publishing_api/world_location_presenter.rb
+++ b/app/presenters/publishing_api/world_location_presenter.rb
@@ -24,7 +24,7 @@ rende... | Update usage of WorldLocationType in WorldLocationPresenter
We have changed the world location type to be an enum, so this reflects
those changes.
|
diff --git a/lib/tasks/scheduler.rake b/lib/tasks/scheduler.rake
index abc1234..def5678 100644
--- a/lib/tasks/scheduler.rake
+++ b/lib/tasks/scheduler.rake
@@ -1,4 +1,5 @@+require 'date'
desc "This task is called by the Heroku scheduler add-on"
task :tuesday_newsletter => :environment do
- TuesdayNewslettersJob.p... | Check if Tuesday before performing task
|
diff --git a/lib/tasks/yossarian.rake b/lib/tasks/yossarian.rake
index abc1234..def5678 100644
--- a/lib/tasks/yossarian.rake
+++ b/lib/tasks/yossarian.rake
@@ -26,5 +26,21 @@ task clean: :environment do
Recording.where(youtube_url: nil).each(&:destroy!)
Artist.where(image: nil).each(&:destroy!)
+
+ Even... | Add cleanup task for data |
diff --git a/lib/tasks/soshigal.rake b/lib/tasks/soshigal.rake
index abc1234..def5678 100644
--- a/lib/tasks/soshigal.rake
+++ b/lib/tasks/soshigal.rake
@@ -6,9 +6,9 @@ end
end
- desc 'Recache the number of images per album'
+ desc 'Recache all album thumbnails'
task :recache_thumbnails => :environment do... | Fix typo in rake task
|
diff --git a/lib/yaks/primitivize.rb b/lib/yaks/primitivize.rb
index abc1234..def5678 100644
--- a/lib/yaks/primitivize.rb
+++ b/lib/yaks/primitivize.rb
@@ -1,26 +1,43 @@ module Yaks
class Primitivize
include Concord.new(:object)
+
+ # TODO Global config, make this extensible in a per-instance way
+ MAPPI... | Make Primitivize extensible, useful for dates/timestamps. Releasing v0.1.0
|
diff --git a/lib/build_log_parser/matchers/coverage_matcher.rb b/lib/build_log_parser/matchers/coverage_matcher.rb
index abc1234..def5678 100644
--- a/lib/build_log_parser/matchers/coverage_matcher.rb
+++ b/lib/build_log_parser/matchers/coverage_matcher.rb
@@ -27,9 +27,9 @@ def fetch_phpunit_coverage(str)
if... | Revert "Reorder keys in coverage metrics results"
This reverts commit 9b18ccd7c07e0c5bfac670a27fbcc98f137ad8eb.
|
diff --git a/lib/generators/emcee/install/install_generator.rb b/lib/generators/emcee/install/install_generator.rb
index abc1234..def5678 100644
--- a/lib/generators/emcee/install/install_generator.rb
+++ b/lib/generators/emcee/install/install_generator.rb
@@ -16,7 +16,7 @@ end
def add_html_import_to_lay... | Indent inserted html import better
|
diff --git a/db/seeds.rb b/db/seeds.rb
index abc1234..def5678 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -39,3 +39,20 @@ password: 'secret',
website: website
)
+
+bob = User.create!(
+ email: 'bob@example.com',
+ name: 'Bob Brown',
+ password: 'letmein',
+ website: website
+)
+
+bob_home = Address.create!(... | Add seed customer and address
|
diff --git a/db/seeds.rb b/db/seeds.rb
index abc1234..def5678 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -13,6 +13,7 @@ ActiveRecord::Base.connection.execute("TRUNCATE #{table}") if table != "schema_migrations"
end
+ [Repository, Commit, Request, Build].each{ |klass| klass.reset_column_information }
10.... | Reset column informations on models
|
diff --git a/manifests/cf-manifest/spec/manifest/oauth_spec.rb b/manifests/cf-manifest/spec/manifest/oauth_spec.rb
index abc1234..def5678 100644
--- a/manifests/cf-manifest/spec/manifest/oauth_spec.rb
+++ b/manifests/cf-manifest/spec/manifest/oauth_spec.rb
@@ -0,0 +1,18 @@+RSpec.describe "Google OAuth" do
+ let(:prope... | Add rspec tests for Google OAuth provider in UAA
|
diff --git a/SwiftyAttributes.podspec b/SwiftyAttributes.podspec
index abc1234..def5678 100644
--- a/SwiftyAttributes.podspec
+++ b/SwiftyAttributes.podspec
@@ -14,7 +14,7 @@ s.homepage = "https://github.com/eddiekaiger/SwiftyAttributes"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author ... | Update podspec to use spec.version instead of literal
|
diff --git a/app/models/budget/group.rb b/app/models/budget/group.rb
index abc1234..def5678 100644
--- a/app/models/budget/group.rb
+++ b/app/models/budget/group.rb
@@ -40,5 +40,18 @@ slug.nil? || budget.drafting?
end
+ class Translation < Globalize::ActiveRecord::Translation
+ delegate :budget, to... | Move Translation class inside Budget::Group
The reason to move Translation class is explained here [1]
[1] https://github.com/consul/consul/pull/3359/commits/106649a8a598fb4b1389e174fdd6e70f51767af2
|
diff --git a/app/models/kennedy/post.rb b/app/models/kennedy/post.rb
index abc1234..def5678 100644
--- a/app/models/kennedy/post.rb
+++ b/app/models/kennedy/post.rb
@@ -4,6 +4,10 @@ has_and_belongs_to_many :categories
scope :recent, order(:published_at)
+
+ class << self
+ alias_method :latest, :rece... | Add latest scope alias recent
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.