zenturio_batteries 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,19 +1,6 @@
1
1
  # ZenturioBatteries
2
2
 
3
- 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
4
-
5
- Gem consist of several "batteries":
6
-
7
- 1. Production Configurations for several web servers
8
- 2. ???
9
-
10
- Each "battery" - is a common usable part for application. Parts would be generated as part of application.
11
-
12
- This approach has advantages (compare to usual including gem):
13
-
14
- 1. Only necessary part would be generated => reduced number of imported classes.
15
- 2. Every generated component - independent part and could be customized for every specific project.
16
- 3. No need to update parts of old application => so less compatibility dependency. But it's also a disadvantage.
3
+ This gem do nothing for now.
17
4
 
18
5
 
19
6
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module ZenturioBatteries
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: