zenturio_batteries 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -20,9 +20,7 @@ This approach has advantages (compare to usual including gem):
20
20
 
21
21
  Add this lines to your application's Gemfile:
22
22
 
23
- group :development do
24
- gem 'zenturio_batteries'
25
- end
23
+ gem "zenturio_batteries", "~> 1.0.0"
26
24
 
27
25
  Then execute:
28
26
 
@@ -33,15 +31,14 @@ Or install it yourself as:
33
31
  $ gem install zenturio_batteries
34
32
 
35
33
  Add to Rakefile:
36
-
37
- require "zenturio_batteries"
34
+
38
35
  ZenturioBatteries.load_tasks
39
36
 
40
37
  That's all. You ready for generating parts.
41
38
 
42
- For example (generating production configuration files):
39
+ For example (generating production configuration files for nginx+unicorn):
43
40
 
44
- $ rake batteries:config
41
+ $ rake batteries:configs:unicorn
45
42
 
46
43
  ## Usage
47
44
 
@@ -1,3 +1,3 @@
1
1
  module ZenturioBatteries
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.authors = ["Andreas Sotnik"]
11
11
  gem.email = ["andreas.sotnik@gmail.com"]
12
12
 
13
- gem.description = "This gem generates common parts of Ruby On Rails applications. Parts like: production configuration for several web servers, common models with migrations, some widgets, etc"
13
+ gem.description = "UNCOMPLETED GEM!!! So there is no reason to use it. I just start to work on it."
14
14
  gem.summary = "Gem for generating common parts of RoR Application: production configuration, models, additional components, etc"
15
15
  gem.homepage = "http://zenturio.me/pages/zenturio-batteries"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zenturio_batteries
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,10 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-13 00:00:00.000000000 Z
12
+ date: 2012-11-14 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: ! 'This gem generates common parts of Ruby On Rails applications. Parts
15
- like: production configuration for several web servers, common models with migrations,
16
- some widgets, etc'
14
+ description: UNCOMPLETED GEM!!! So there is no reason to use it. I just start to work
15
+ on it.
17
16
  email:
18
17
  - andreas.sotnik@gmail.com
19
18
  executables: []