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.
- data/init.rb +1 -0
- data/lib/flexa_lib/version.rb +1 -1
- metadata +5 -4
data/init.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require "flexa_lib"
|
data/lib/flexa_lib/version.rb
CHANGED
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:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.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
|
|