ramaze 2009.01 → 2009.02

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ramaze
3
3
  version: !ruby/object:Gem::Version
4
- version: "2009.01"
4
+ version: "2009.02"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael 'manveru' Fellinger
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-12 00:00:00 -05:00
12
+ date: 2009-02-14 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -55,6 +55,7 @@ files:
55
55
  - benchmark/test.rb
56
56
  - bin
57
57
  - bin/ramaze
58
+ - cache.yaml
58
59
  - doc
59
60
  - doc/AUTHORS
60
61
  - doc/CHANGELOG
@@ -555,7 +556,6 @@ files:
555
556
  - lib/ramaze/version.rb
556
557
  - lib/vendor
557
558
  - lib/vendor/bacon.rb
558
- - pkg
559
559
  - rake_tasks
560
560
  - rake_tasks/conf.rake
561
561
  - rake_tasks/coverage.rake
@@ -565,7 +565,6 @@ files:
565
565
  - rake_tasks/metric.rake
566
566
  - rake_tasks/release.rake
567
567
  - rake_tasks/spec.rake
568
- - ramaze-2008.11.gem
569
568
  - ramaze.gemspec
570
569
  - spec
571
570
  - spec/contrib
@@ -766,6 +765,9 @@ files:
766
765
  - spec/ramaze/template/xslt/index.xsl
767
766
  - spec/ramaze/template/xslt/products.xsl
768
767
  - spec/ramaze/template/xslt/ruby_version.xsl
768
+ - spec/ramaze/view
769
+ - spec/ramaze/view/ezamar
770
+ - spec/ramaze/view/ezamar/external.xhtml
769
771
  - spec/snippets
770
772
  - spec/snippets/array
771
773
  - spec/snippets/array/put_within.rb
@@ -790,17 +792,32 @@ files:
790
792
  - spec/snippets/string/unindent.rb
791
793
  - spec/snippets/thread
792
794
  - spec/snippets/thread/into.rb
795
+ - test.out
793
796
  has_rdoc: true
794
- homepage: http://ramaze.rubyforge.org
797
+ homepage: http://ramaze.net
795
798
  post_install_message: |-
796
799
  ============================================================
797
800
 
801
+
798
802
  Thank you for installing Ramaze!
799
- You can now do following:
800
803
 
801
- * Create a new project using the `ramaze' command:
804
+ At this point, you can learn how to use Ramaze at
805
+ the main website, http://ramaze.net .
806
+
807
+ Alternatively, you can work off a skeletal prototype project
808
+ using the 'ramaze' command:
809
+
802
810
  ramaze --create yourproject
803
811
 
812
+ Feel free to ask questions in our IRC channel:
813
+ irc.freenode.net #ramaze
814
+ http://mibbit.com/?server=irc.freenode.net&channel=%23ramaze
815
+
816
+ Enjoy! :)
817
+
818
+ -- The Ramaze team
819
+
820
+
804
821
  ============================================================
805
822
  rdoc_options: []
806
823
 
Binary file