stephencelis-app 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/History.txt +7 -0
  2. data/README.rdoc +8 -1
  3. data/lib/app.rb +1 -1
  4. metadata +2 -2
data/History.txt CHANGED
@@ -1,3 +1,10 @@
1
+ === 0.1.2 / 2009-04-02
2
+
3
+ * 1 minor enhancement
4
+
5
+ * Change README.txt to README.rdoc in gem specification.
6
+
7
+
1
8
  === 0.1.1 / 2009-04-02
2
9
 
3
10
  * 1 major enhancement
data/README.rdoc CHANGED
@@ -55,6 +55,13 @@ Let's not overdo it, though. <tt>App.apis.flickr</tt> just doesn't look right.
55
55
 
56
56
  == INSTALL
57
57
 
58
+ === As a gem:
59
+
60
+ % gem install stephencelis-app --source=http://gems.github.com
61
+
62
+
63
+ === As a plugin:
64
+
58
65
  Install:
59
66
 
60
67
  % script/plugin install git://github.com/stephencelis/app.git
@@ -65,7 +72,7 @@ Or submodule:
65
72
  % git submodule add git://github.com/stephencelis/app.git vendor/plugins/app
66
73
 
67
74
 
68
- And generate:
75
+ === Generate:
69
76
 
70
77
  % script/generate app_config
71
78
 
data/lib/app.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # What would your app be without it? Still an app, but without the App.
4
4
  module App
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
 
7
7
  raw_config = File.read Rails.root.join("config", "app.yml")
8
8
  @@config = YAML.load(ERB.new(raw_config).result)[Rails.env].freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stephencelis-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Celis
@@ -49,7 +49,7 @@ homepage:
49
49
  post_install_message:
50
50
  rdoc_options:
51
51
  - --main
52
- - README.txt
52
+ - README.rdoc
53
53
  require_paths:
54
54
  - lib
55
55
  required_ruby_version: !ruby/object:Gem::Requirement