magic_door 0.1.0b → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +2 -0
- data/magic_door.gemspec +1 -1
- metadata +9 -11
data/README.rdoc
CHANGED
|
@@ -9,6 +9,8 @@ While it can be argued that this functionality is being preceded by CSS 3, this
|
|
|
9
9
|
|
|
10
10
|
The script works by splitting a large wide image into two narrow ones that accomodate the length of a provided text. The location where the split ocurrs can be specified as an optional parameter.
|
|
11
11
|
|
|
12
|
+
If you're using rails be sure to check out the {custom helpers}[http://github.com/viseztrance/magic_door_helpers].
|
|
13
|
+
|
|
12
14
|
|
|
13
15
|
== Generating buttons
|
|
14
16
|
|
data/magic_door.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
spec = Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = "magic_door"
|
|
3
|
-
spec.version = "0.1.
|
|
3
|
+
spec.version = "0.1.1"
|
|
4
4
|
spec.summary = "MagicDoor generator"
|
|
5
5
|
spec.description = <<-EOF
|
|
6
6
|
Generates custom button images with RMagick using the famous sliding doors css tehnique.
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: magic_door
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 25
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Daniel Mircea
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-12-
|
|
18
|
+
date: 2010-12-21 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
@@ -62,14 +62,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
63
|
none: false
|
|
64
64
|
requirements:
|
|
65
|
-
- - "
|
|
65
|
+
- - ">="
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
hash:
|
|
67
|
+
hash: 3
|
|
68
68
|
segments:
|
|
69
|
-
-
|
|
70
|
-
|
|
71
|
-
- 1
|
|
72
|
-
version: 1.3.1
|
|
69
|
+
- 0
|
|
70
|
+
version: "0"
|
|
73
71
|
requirements: []
|
|
74
72
|
|
|
75
73
|
rubyforge_project:
|