hornetseye-rmagick 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +2 -2
  2. data/lib/hornetseye_rmagick.rb +1 -1
  3. metadata +5 -5
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'rake/packagetask'
6
6
  require 'rbconfig'
7
7
 
8
8
  PKG_NAME = 'hornetseye-rmagick'
9
- PKG_VERSION = '1.0.3'
9
+ PKG_VERSION = '1.0.4'
10
10
  RB_FILES = FileList[ 'lib/**/*.rb' ]
11
11
  TC_FILES = FileList[ 'test/tc_*.rb' ]
12
12
  TS_FILES = FileList[ 'test/ts_*.rb' ]
@@ -14,7 +14,7 @@ PKG_FILES = [ 'Rakefile', 'README.md', 'COPYING', '.document' ] +
14
14
  RB_FILES + TS_FILES + TC_FILES
15
15
  BIN_FILES = [ 'README.md', 'COPYING', '.document' ] +
16
16
  RB_FILES + TS_FILES + TC_FILES
17
- SUMMARY = %q{RMagick integration for Hornetseye}
17
+ SUMMARY = %q{rmagick integration for Hornetseye}
18
18
  DESCRIPTION = %q{This Ruby extension implements the necessary conversions to save and load images stored in Hornetseye::MultiArray.}
19
19
  LICENSE = 'GPL-3+'
20
20
  AUTHOR = %q{Jan Wedekind}
@@ -14,7 +14,7 @@
14
14
  # You should have received a copy of the GNU General Public License
15
15
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
- require 'RMagick'
17
+ require 'rmagick'
18
18
  require 'malloc'
19
19
  require 'multiarray'
20
20
  require 'hornetseye-rmagick/node'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hornetseye-rmagick
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-30 00:00:00.000000000 Z
12
+ date: 2015-05-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rmagick
@@ -87,10 +87,10 @@ files:
87
87
  - README.md
88
88
  - COPYING
89
89
  - .document
90
- - lib/hornetseye_rmagick.rb
90
+ - lib/hornetseye-rmagick/image.rb
91
91
  - lib/hornetseye-rmagick/multiarray.rb
92
92
  - lib/hornetseye-rmagick/node.rb
93
- - lib/hornetseye-rmagick/image.rb
93
+ - lib/hornetseye_rmagick.rb
94
94
  homepage: http://wedesoft.github.com/hornetseye-rmagick/
95
95
  licenses:
96
96
  - GPL-3+
@@ -116,5 +116,5 @@ rubyforge_project: hornetseye
116
116
  rubygems_version: 1.8.23
117
117
  signing_key:
118
118
  specification_version: 3
119
- summary: RMagick integration for Hornetseye
119
+ summary: rmagick integration for Hornetseye
120
120
  test_files: []