public
Rubygem
Description: Ruby helpers for avatar display
Clone URL: git://github.com/gcnovus/avatar.git
Search Repo:
updated Manifest to match new files; generated website/index.html for 
version 0.0.5
gcnovus (author)
Tue Apr 01 11:42:46 -0700 2008
commit  774c82a5a4fb12f4b8456b56b62a0dbc085bace3
tree    0a5393d3f313901f6b1d0a90156c791e03e82371
parent  24031f630b56d42cd278ab7a9a953a8a62590711
...
13
14
15
16
 
17
18
19
20
 
 
 
 
21
22
23
...
57
58
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
61
62
63
...
66
67
68
69
 
 
70
71
72
73
 
74
75
76
...
13
14
15
 
16
17
18
 
 
19
20
21
22
23
24
25
...
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
...
92
93
94
 
95
96
97
98
 
 
99
100
101
102
0
@@ -13,11 +13,13 @@
0
 lib/avatar/source/file_column_source.rb
0
 lib/avatar/source/gravatar_source.rb
0
 lib/avatar/source/nil_source.rb
0
-lib/avatar/source/rails_asset_source.rb
0
+lib/avatar/source/paperclip_source.rb
0
 lib/avatar/source/source_chain.rb
0
 lib/avatar/source/static_url_source.rb
0
-lib/avatar/source/string_substitution_source.rb
0
-lib/avatar/string_substitution.rb
0
+lib/avatar/source/wrapper.rb
0
+lib/avatar/source/wrapper/abstract_source_wrapper.rb
0
+lib/avatar/source/wrapper/rails_asset_source_wrapper.rb
0
+lib/avatar/source/wrapper/string_substitution_source_wrapper.rb
0
 lib/avatar/version.rb
0
 lib/avatar/view.rb
0
 lib/avatar/view/abstract_view_support.rb
0
@@ -57,6 +59,30 @@
0
 test/lib/file_column/test/fixtures/skanthak.png
0
 test/lib/file_column/test/magick_test.rb
0
 test/lib/file_column/test/magick_view_only_test.rb
0
+test/lib/paperclip/README
0
+test/lib/paperclip/Rakefile
0
+test/lib/paperclip/generators/paperclip/USAGE
0
+test/lib/paperclip/generators/paperclip/paperclip_generator.rb
0
+test/lib/paperclip/generators/paperclip/templates/paperclip_migration.rb
0
+test/lib/paperclip/init.rb
0
+test/lib/paperclip/lib/paperclip.rb
0
+test/lib/paperclip/lib/paperclip/attachment.rb
0
+test/lib/paperclip/lib/paperclip/geometry.rb
0
+test/lib/paperclip/lib/paperclip/iostream.rb
0
+test/lib/paperclip/lib/paperclip/thumbnail.rb
0
+test/lib/paperclip/lib/paperclip/upfile.rb
0
+test/lib/paperclip/tasks/paperclip_tasks.rake
0
+test/lib/paperclip/test/database.yml
0
+test/lib/paperclip/test/fixtures/12k.png
0
+test/lib/paperclip/test/fixtures/5k.png
0
+test/lib/paperclip/test/fixtures/bad.png
0
+test/lib/paperclip/test/helper.rb
0
+test/lib/paperclip/test/test_attachment.rb
0
+test/lib/paperclip/test/test_geometry.rb
0
+test/lib/paperclip/test/test_integration.rb
0
+test/lib/paperclip/test/test_iostream.rb
0
+test/lib/paperclip/test/test_paperclip.rb
0
+test/lib/paperclip/test/test_thumbnail.rb
0
 test/lib/schema.rb
0
 test/lib/user_suit.png
0
 test/test_abstract_view_support.rb
0
0
@@ -66,11 +92,11 @@
0
 test/test_gravatar_source.rb
0
 test/test_helper.rb
0
 test/test_nil_source.rb
0
-test/test_rails_asset_source.rb
0
+test/test_paperclip_source.rb
0
+test/test_rails_asset_source_wrapper.rb
0
 test/test_source_chain.rb
0
 test/test_static_url_source.rb
0
-test/test_string_substitution.rb
0
-test/test_string_substitution_source.rb
0
+test/test_string_substitution_source_wrapper.rb
0
 website/index.html
0
 website/index.txt
0
 website/javascripts/rounded_corners_lite.inc.js
...
1
...
 
0
@@ -1,2 +1 @@
0
-Bud1‡uresfwi0fixturesfwi0blobicnvfixturesfwswlong’  @€ @€ @€ @ E‡DSDB ` @€ @€ @
...
33
34
35
36
 
37
38
39
...
33
34
35
 
36
37
38
39
0
@@ -33,7 +33,7 @@
0
     <h1>Avatar</h1>
0
     <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/avatar"; return false'>
0
       <p>Get Version</p>
0
- <a href="http://rubyforge.org/projects/avatar" class="numbers">0.0.4</a>
0
+ <a href="http://rubyforge.org/projects/avatar" class="numbers">0.0.5</a>
0
     </div>
0
     <h1>&#x2192; &#8216;Avatar&#8217;</h1>
0
 

Comments

    No one has commented yet.