dm-is-paginated 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,42 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" />
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+ <title>
8
+ <%= title %>
9
+ </title>
10
+ <script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script>
11
+ <style>
12
+
13
+ </style>
14
+ <script type="text/javascript">
15
+ window.onload = function() {
16
+ settings = {
17
+ tl: { radius: 10 },
18
+ tr: { radius: 10 },
19
+ bl: { radius: 10 },
20
+ br: { radius: 10 },
21
+ antiAlias: true,
22
+ autoPad: true,
23
+ validTags: ["div"]
24
+ }
25
+ var versionBox = new curvyCorners(settings, document.getElementById("version"));
26
+ versionBox.applyCornersToAll();
27
+ }
28
+ </script>
29
+ </head>
30
+ <body>
31
+ <div id="main">
32
+
33
+ <h1><%= title %></h1>
34
+ <div id="version" class="clickable" onclick='document.location = "<%= download %>"; return false'>
35
+ <p>Get Version</p>
36
+ <a href="<%= download %>" class="numbers"><%= version %></a>
37
+ </div>
38
+ <%= body %>
39
+ </div>
40
+
41
+ </body>
42
+ </html>
metadata ADDED
@@ -0,0 +1,132 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dm-is-paginated
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Lori Holden
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRIwEAYDVQQDDAllbWFp
14
+ bF9nZW0xGjAYBgoJkiaJk/IsZAEZFgpsb3JpaG9sZGVuMRMwEQYKCZImiZPyLGQB
15
+ GRYDY29tMB4XDTA4MDgxNzE5NDYxNloXDTA5MDgxNzE5NDYxNlowRTESMBAGA1UE
16
+ AwwJZW1haWxfZ2VtMRowGAYKCZImiZPyLGQBGRYKbG9yaWhvbGRlbjETMBEGCgmS
17
+ JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALQM
18
+ 9M25zHpF8F4h2/u3lTGdmvJpmoTNmWZn4yoebqoRjwXYC2i5RxIqHAQi0LuI7ZPA
19
+ f7vyH49p3Ozc/xPiDVXtwduTHtAYHEqTk4WeFUZnMk8sgRFz2EXNtoMLBmMp5XAo
20
+ qu0f+vH3mTxas1WR8v1iZIkcyQo6o110peBMS+fOXOFHOjbcbT3ExMDGUM8229Y4
21
+ qa+1ddMXdm35KK9lcZFdtAwecxTaf4ZLUS+83FmL0YNCSIjXUX4Oi1fWGIT9dr/o
22
+ AYRTLYM5gj5W0NKmr1M6wshJIuh0Owg3UczID7Ogfg5kHHaUxaS9a/NXS3Cw91lY
23
+ A54wYDc/GBtLDtb5aqcCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
24
+ HQYDVR0OBBYEFLvrumPKVz6D0iqqxQULDeJGp6w9MA0GCSqGSIb3DQEBBQUAA4IB
25
+ AQCigiinxPWn1dOiP4XLwvixFcx/rK0ltpDZ0ja9RXmntUvExqnsX3mCX+W74GMz
26
+ MrZKb/S5AAS5n2EoYuvDEwxn34ddkqXiXravRLzd8Jw1/kWE9wdTsF+KB/SngBb/
27
+ 0mWxe6XHD6DQ+6DNhyY+uZOsFiAXxh+Hu0MZTb9xFB/jXIy9B6+rdjwMlxwIfaQn
28
+ D5rkGZJKg3MlIKhDnmTEfU5JmwgAH1+v1gbUbUnOrTGMe8JkEd0h4q9Bl46ydIIH
29
+ WcfEbGXaBPnC8f8KOa6s8BMIrqW0z8SvlsNIvHZSvRbWf3Sjey10MSFuTYJX2D1/
30
+ UXRgWS//g7odGv0eT+GJBEUt
31
+ -----END CERTIFICATE-----
32
+
33
+ date: 2008-08-19 00:00:00 -07:00
34
+ default_executable:
35
+ dependencies:
36
+ - !ruby/object:Gem::Dependency
37
+ name: dm-core
38
+ type: :runtime
39
+ version_requirement:
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: 0.9.4
45
+ version:
46
+ - !ruby/object:Gem::Dependency
47
+ name: hoe
48
+ type: :development
49
+ version_requirement:
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: 1.7.0
55
+ version:
56
+ description: A simple pagination plugin for DataMapper
57
+ email:
58
+ - email+gem@loriholden.com
59
+ executables: []
60
+
61
+ extensions: []
62
+
63
+ extra_rdoc_files:
64
+ - History.txt
65
+ - License.txt
66
+ - Manifest.txt
67
+ - PostInstall.txt
68
+ - README.txt
69
+ - website/index.txt
70
+ files:
71
+ - History.txt
72
+ - License.txt
73
+ - Manifest.txt
74
+ - PostInstall.txt
75
+ - README.txt
76
+ - Rakefile
77
+ - config/hoe.rb
78
+ - config/requirements.rb
79
+ - lib/dm-is-paginated.rb
80
+ - lib/dm-is-paginated/hash.rb
81
+ - lib/dm-is-paginated/is/paginated.rb
82
+ - lib/dm-is-paginated/is/version.rb
83
+ - script/console
84
+ - script/destroy
85
+ - script/generate
86
+ - script/txt2html
87
+ - setup.rb
88
+ - tasks/deployment.rake
89
+ - tasks/environment.rake
90
+ - tasks/website.rake
91
+ - test/test_dm-is-paginated.rb
92
+ - test/test_helper.rb
93
+ - website/index.txt
94
+ - website/javascripts/rounded_corners_lite.inc.js
95
+ - website/stylesheets/screen.css
96
+ - website/template.html.erb
97
+ has_rdoc: true
98
+ homepage: http://projects.loriholden.com/wiki/dm-is-paginated
99
+ post_install_message: |+
100
+
101
+ For more information on dm-is-paginated, see:
102
+ http://dm-is-paginated.rubyforge.org/
103
+
104
+
105
+
106
+ rdoc_options:
107
+ - --main
108
+ - README.txt
109
+ require_paths:
110
+ - lib
111
+ required_ruby_version: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - ">="
114
+ - !ruby/object:Gem::Version
115
+ version: "0"
116
+ version:
117
+ required_rubygems_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: "0"
122
+ version:
123
+ requirements: []
124
+
125
+ rubyforge_project: dm-is-paginated
126
+ rubygems_version: 1.2.0
127
+ signing_key:
128
+ specification_version: 2
129
+ summary: A simple pagination plugin for DataMapper
130
+ test_files:
131
+ - test/test_dm-is-paginated.rb
132
+ - test/test_helper.rb
@@ -0,0 +1,3 @@
1
+ ���J�c[F�J��p�D6���o���s�����L,�����j3�K6}GN���Ё(��{s_��7���p�v���T\a�S�nM��n���f�3Z�??�s4�f̽DHA9Ye��;�Y����4��%��9�����L��!��@�;��}������e�k͒/��
2
+ �G]�o��
3
+ ˳��ϭ��ȸ�/YU�