rmagick 2.15.1 → 2.15.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rmagick might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a772d0361cc037cbaa61aa77af3b775eee595f4
4
- data.tar.gz: 87eec3f09bac61e33ab4ca8c523678c0c1f46043
3
+ metadata.gz: d8edc6726d1851e58a69bca1b23171abce70078c
4
+ data.tar.gz: b70ca0e6a26f59046e8f7d245a4b3bf6861249df
5
5
  SHA512:
6
- metadata.gz: 6b732a33e02c69b5463545f53e0403cabbe2ddbdfeabefae7f2c90b5afbbc4474253888fc00dd131eae8c0d64df0f820b4ddcc49ea02e85f56dc3d4300ee0240
7
- data.tar.gz: 1f0da96d8547220fb5c47ec51d4a65bdd18b0216dc61f7ab237fbce79bb97c7504a6a9ca3ae153decae9f2b6109cb5d6de7195d1d3c5b33ba79d04f8416a55ad
6
+ metadata.gz: d795e599c073c1bbb55e421aa528b11ed1bf521804fc05fefe7989ce7f361f6e2d3438646bfcb5480a1725fdb6dccf84ca09725c65c66c2255e18a45db58fec9
7
+ data.tar.gz: fb7a9c7828e91851c77056769c2aa9d720634edd1350d7ec4da8c03cd1d46eddf64d6564f3f6ce993890b6cfd4cb0be08d2c67455954057fa8d41c3a9608217e
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project are documented in this file.
4
4
  This project adheres to [Semantic Versioning](http://semver.org/).
5
5
 
6
+ ## RMagick 2.15.2
7
+
8
+ - GitHub repository moved back to github.com/rmagick/rmagick - @wurde, @vassilevsky
9
+
6
10
  ## RMagick 2.15.1
7
11
 
8
12
  - Fix loop in linked list in `ImageList` methods => they no longer hang - @u338steven
@@ -20,8 +20,8 @@ RMagick is a Ruby gem with a C extension. The extension wraps the ImageMagick C
20
20
  Priorities
21
21
  ----------
22
22
 
23
- 1. Green build of the gem on all operating systems. You can see the current build state on [the project page at Travis CI](https://travis-ci.org/gemhome/rmagick). You are welcome to improve it.
24
- 2. [Open issues](https://github.com/gemhome/rmagick/issues). You are welcome to reproduce them, report current state, suggest solutions, open pull requests with fixes. If you don't know where to start, sort issues by least recently updated. You can also [subscribe to receive random issues by email](http://www.codetriage.com/gemhome/rmagick).
23
+ 1. Green build of the gem on all operating systems. You can see the current build state on [the project page at Travis CI](https://travis-ci.org/rmagick/rmagick). You are welcome to improve it.
24
+ 2. [Open issues](https://github.com/rmagick/rmagick/issues). You are welcome to reproduce them, report current state, suggest solutions, open pull requests with fixes. If you don't know where to start, sort issues by least recently updated. You can also [subscribe to receive random issues by email](http://www.codetriage.com/rmagick/rmagick).
25
25
 
26
26
 
27
27
  Testing
@@ -1,8 +1,6 @@
1
1
  h1. RMagick
2
2
 
3
- !https://img.shields.io/gem/v/rmagick.svg?style=flat(RubyGems)!:http://rubygems.org/gems/rmagick !https://img.shields.io/gem/dt/rmagick.svg?style=flat! !https://www.versioneye.com/ruby/rmagick/reference_badge.svg?style=flat(VersionEye)!:https://www.versioneye.com/ruby/rmagick/references !https://img.shields.io/travis/gemhome/rmagick/master.svg?style=flat(Travis CI)!:https://travis-ci.org/gemhome/rmagick !https://img.shields.io/codeclimate/github/gemhome/rmagick.svg?style=flat(Code Climate)!:https://codeclimate.com/github/gemhome/rmagick !https://badges.gitter.im/Join%20Chat.svg(Gitter)!:https://gitter.im/gemhome/rmagick?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
4
-
5
- This is the official fork of RMagick. The decision to create a fork "originated here":https://github.com/rmagick/rmagick/issues/18#issuecomment-50022523, where you can read more about why it happened.
3
+ !https://img.shields.io/gem/v/rmagick.svg?style=flat(RubyGems)!:http://rubygems.org/gems/rmagick !https://img.shields.io/gem/dt/rmagick.svg?style=flat! !https://www.versioneye.com/ruby/rmagick/reference_badge.svg?style=flat(VersionEye)!:https://www.versioneye.com/ruby/rmagick/references !https://img.shields.io/travis/rmagick/rmagick/master.svg?style=flat(Travis CI)!:https://travis-ci.org/rmagick/rmagick !https://img.shields.io/codeclimate/github/rmagick/rmagick.svg?style=flat(Code Climate)!:https://codeclimate.com/github/rmagick/rmagick !https://badges.gitter.im/Join%20Chat.svg(Gitter)!:https://gitter.im/rmagick/rmagick?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
6
4
 
7
5
  h3. Table of Contents
8
6
 
@@ -124,7 +122,7 @@ These programs are not installed in the RMagick documentation tree.
124
122
  h2(#bugs). Reporting bugs
125
123
 
126
124
  Please report bugs in RMagick, its documentation, or its installation
127
- programs to me via the bug tracker on the "RMagick issues page":https://github.com/gemhome
125
+ programs to me via the bug tracker on the "RMagick issues page":https://github.com/rmagick/rmagick/issues
128
126
 
129
127
  However, I can't help with Ruby installation and configuration or ImageMagick
130
128
  installation and configuration. Information about reporting problems and
@@ -158,7 +156,7 @@ h4. 2) clone RMagick and log in to the vagrant box
158
156
  Within the `rake-compiler-dev-box` directory:
159
157
 
160
158
  <pre>
161
- git clone https://github.com/gemhome/rmagick.git # or your fork
159
+ git clone https://github.com/rmagick/rmagick.git # or your fork
162
160
  vagrant ssh
163
161
  </pre>
164
162
 
@@ -1,5 +1,5 @@
1
1
  module Magick
2
- VERSION = '2.15.1'
2
+ VERSION = '2.15.2'
3
3
  MIN_RUBY_VERSION = '1.8.5'
4
4
  MIN_IM_VERSION = '6.4.9'
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.description = 'RMagick is an interface between Ruby and ImageMagick.'
11
11
  s.authors = ['Tim Hunter', 'Omer Bar-or', 'Benjamin Thomas', 'Moncef Maiza']
12
12
  s.email = 'github@benjaminfleischer.com'
13
- s.homepage = 'https://github.com/gemhome/rmagick'
13
+ s.homepage = 'https://github.com/rmagick/rmagick'
14
14
  s.license = 'MIT'
15
15
 
16
16
  tracked_files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
@@ -1,5 +1,4 @@
1
1
  RSpec.describe Magick::ImageList do
2
- # issue 202
3
2
  describe 'images_from_imagelist' do
4
3
  it 'works with identical instances' do
5
4
  expect do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rmagick
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.15.1
4
+ version: 2.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Hunter
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-05-30 00:00:00.000000000 Z
14
+ date: 2015-06-02 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rake-compiler
@@ -444,7 +444,7 @@ files:
444
444
  - test/srgb.icm
445
445
  - test/test_all_basic.rb
446
446
  - test/tmpnam_test.rb
447
- homepage: https://github.com/gemhome/rmagick
447
+ homepage: https://github.com/rmagick/rmagick
448
448
  licenses:
449
449
  - MIT
450
450
  metadata: {}