PagedList 1.1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/docs/ReadMe.txt +3 -0
  2. data/lib/PagedList.dll +0 -0
  3. metadata +68 -0
data/docs/ReadMe.txt ADDED
@@ -0,0 +1,3 @@
1
+ Please see the following Url for more details and instructions:
2
+
3
+ http://github.com/TroyGoode/PagedList/blob/master/README.markdown#readme
data/lib/PagedList.dll ADDED
Binary file
metadata ADDED
@@ -0,0 +1,68 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: PagedList
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 1
8
+ - 0
9
+ - 0
10
+ version: 1.1.0.0
11
+ platform: ruby
12
+ authors:
13
+ - Troy Goode
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-09-30 00:00:00 -04:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: "\tPagedList makes it easier for .Net developers to write paging code. It allows you to take any IEnumerable<T> and by \n\
23
+ \tspecifying the page size and desired page index, select only a subset of that list. PagedList also provides properties \n\
24
+ \tthat are useful when building UI paging controls.\n"
25
+ email: troygoode@gmail.com
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - lib/PagedList.dll
34
+ - docs/ReadMe.txt
35
+ has_rdoc: true
36
+ homepage: http://github.com/TroyGoode/PagedList
37
+ licenses: []
38
+
39
+ post_install_message:
40
+ rdoc_options: []
41
+
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ none: false
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ segments:
50
+ - 0
51
+ version: "0"
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ none: false
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ segments:
58
+ - 0
59
+ version: "0"
60
+ requirements: []
61
+
62
+ rubyforge_project: pagedlist
63
+ rubygems_version: 1.3.7
64
+ signing_key:
65
+ specification_version: 3
66
+ summary: Simplified Paged Lists using IEnumerable Collections.
67
+ test_files: []
68
+