public
Rubygem
Description: A popular and flexible JavaScript DatePicker for RubyOnRails (and others)
Homepage: http://code.google.com/p/calendardateselect/
Clone URL: git://github.com/timcharper/calendar_date_select.git
next version will be 1.11
timcharper (author)
Sat Jun 28 08:21:47 -0700 2008
commit  4e928e5de481e19b2a9d74efc722b5f79a5b9f2f
tree    cf0c2e0248218831a70a1902f001ee4930c8fa52
parent  87dda1d837cf518e07ed7ceffed4579bff446bfc
0
...
13
14
15
16
 
17
18
19
...
28
29
30
31
32
 
...
13
14
15
 
16
17
18
19
...
28
29
30
 
31
32
0
@@ -13,7 +13,7 @@ It works!
0
 
0
 Setup for "vendored gem":
0
 In enviroment.rb add the gem:
0
- config.gem "artmotion-calendar_date_select", :version => "1.10.6", :source => "http://gems.github.com", :lib => 'gem_init'
0
+ config.gem "timcharper-calendar_date_select", :version => "1.11", :source => "http://gems.github.com", :lib => 'gem_init'
0
 
0
 Install the gem locally (this installs the gem system wide)
0
   sudo rake gems:install
0
@@ -28,4 +28,4 @@ Don't forget to include the javascript helper in your view:
0
   <%= javascript_include_tag :defaults %>
0
   <%= calendar_date_select_includes %>
0
 
0
-
0
\ No newline at end of file
0
+
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = "calendar_date_select"
0
- s.version = "1.10.7"
0
+ s.version = "1.11"
0
   s.date = "2008-06-24"
0
   s.summary = "A popular and flexible JavaScript DatePicker for RubyOnRails"
0
   s.email = "timcharper@gmail.com"

Comments

    No one has commented yet.