Rakefile in avro-1.9.0 vs Rakefile in avro-1.9.1
- old
+ new
@@ -4,11 +4,11 @@
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
@@ -20,10 +20,10 @@
Echoe.new('avro', VERSION) do |p|
p.author = "Apache Software Foundation"
p.email = "dev@avro.apache.org"
p.summary = "Apache Avro for Ruby"
p.description = "Avro is a data serialization and RPC format"
- p.url = "http://avro.apache.org/"
+ p.url = "https://avro.apache.org/"
p.runtime_dependencies = %w[multi_json]
p.licenses = ["Apache License 2.0 (Apache-2.0)"]
end
t = Rake::TestTask.new(:interop)