flexa_lib 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 (3) hide show
  1. data/init.rb +1 -0
  2. data/lib/flexa_lib/version.rb +1 -1
  3. metadata +5 -4
data/init.rb ADDED
@@ -0,0 +1 @@
1
+ require "flexa_lib"
@@ -1,7 +1,7 @@
1
1
  module FlexaLib
2
2
  MAJOR = 0
3
3
  MINOR = 1
4
- PATCH = 1
4
+ PATCH = 2
5
5
  #BUILD = 'final'
6
6
 
7
7
  VERSION = [MAJOR, MINOR, PATCH].compact.join('.')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flexa_lib
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Allan Freitas
@@ -145,7 +145,7 @@ dependencies:
145
145
  version: 1.0.0
146
146
  type: :runtime
147
147
  version_requirements: *id008
148
- description: Helpers, Geradores(de controllers, views, Scaffolds Personalizados).
148
+ description: "Helpers, Geradores(de controllers, views, Scaffolds Personalizados) Em Breve Documenta\xC3\xA7\xC3\xA3o."
149
149
  email:
150
150
  - allan.freitas@flexait.com.br
151
151
  executables: []
@@ -184,6 +184,7 @@ files:
184
184
  - lib/flexa_lib.rb
185
185
  - LICENSE
186
186
  - README.txt
187
+ - init.rb
187
188
  homepage: http://flexait.com.br/
188
189
  licenses: []
189
190