rmagick-sprite 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ .DS_Store
2
+ pkg/
data/README.md CHANGED
@@ -5,9 +5,7 @@
5
5
  In this example, I have one character printed on one spritesheet with only one line of
6
6
  evenly spaced/sized sprites.
7
7
 
8
- Here it is:
9
-
10
- [Example Spritesheet](http://cl.ly/image/2k320Z2X231T)
8
+ Here it is: ![Example Spritesheet](http://f.cl.ly/items/1h1T292v2F3N2f1D3c1b/0.png)
11
9
 
12
10
  ```ruby
13
11
  sprite = Sprite.new do
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -3,7 +3,7 @@ require 'bundler/setup'
3
3
  require 'dsl'
4
4
  require 'rmagick'
5
5
 
6
- Dir[ Pathname(__FILE__).join('..', 'sprite', '**', '*.rb').expand_path ].each { |filename| require(filename) }
6
+ Dir[ Pathname(__FILE__).join('..', 'rmagick-sprite', '**', '*.rb').expand_path ].each { |filename| require(filename) }
7
7
 
8
8
  class Sprite
9
9
  class DSL < ::DSL
File without changes
File without changes
@@ -2,14 +2,14 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "rmagick-sprite"
5
- s.version = "0.0.4"
5
+ s.version = "0.0.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Ryan Scott Lewis"]
9
9
  s.date = "2012-11-05"
10
10
  s.description = "Encapsulates a \"Sprite\" in RMagick."
11
11
  s.email = "ryan@rynet.us"
12
- s.files = [".rvmrc", "Gemfile", "Gemfile.lock", "README.md", "Rakefile", "VERSION", "lib/sprite.rb", "lib/sprite/action.rb", "lib/sprite/frame.rb", "rmagick-sprite.gemspec"]
12
+ s.files = [".gitignore", ".rvmrc", "Gemfile", "Gemfile.lock", "README.md", "Rakefile", "VERSION", "lib/rmagick-sprite.rb", "lib/rmagick-sprite/action.rb", "lib/rmagick-sprite/frame.rb", "rmagick-sprite.gemspec"]
13
13
  s.homepage = "http://github.com/c00lryguy/rmagick-sprite"
14
14
  s.require_paths = ["lib"]
15
15
  s.rubygems_version = "1.8.24"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rmagick-sprite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -65,15 +65,16 @@ executables: []
65
65
  extensions: []
66
66
  extra_rdoc_files: []
67
67
  files:
68
+ - .gitignore
68
69
  - .rvmrc
69
70
  - Gemfile
70
71
  - Gemfile.lock
71
72
  - README.md
72
73
  - Rakefile
73
74
  - VERSION
74
- - lib/sprite.rb
75
- - lib/sprite/action.rb
76
- - lib/sprite/frame.rb
75
+ - lib/rmagick-sprite.rb
76
+ - lib/rmagick-sprite/action.rb
77
+ - lib/rmagick-sprite/frame.rb
77
78
  - rmagick-sprite.gemspec
78
79
  homepage: http://github.com/c00lryguy/rmagick-sprite
79
80
  licenses: []
@@ -89,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
90
  version: '0'
90
91
  segments:
91
92
  - 0
92
- hash: -1641621572133305106
93
+ hash: 4506617379605664707
93
94
  required_rubygems_version: !ruby/object:Gem::Requirement
94
95
  none: false
95
96
  requirements: