ui_bibz 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea70b53e1fa027cef5b1811801a41d6d74ff7988
4
- data.tar.gz: fa7fcf9685f92dd939844df73d323381dfdd5b29
3
+ metadata.gz: 1cb9dce7aa2ef8c2bd4a852b17ed154d776f943f
4
+ data.tar.gz: 19c40a98a242da199829683f02c3989d6889e20b
5
5
  SHA512:
6
- metadata.gz: 0cbe8b9c14bdfe66f05de625bd3793a0af8342b7eaecf3145f54a2cdc42077f1e5726c88b5bdef50ffc936b0c7cc35dcb09715295ea2e5b496dae638cae1cce3
7
- data.tar.gz: efc3de7d2b7f67dd45dec59559f398625da9b64998f7e362d2ec043d21c047d6256b657b073f1fa5310bbe86f22653b2a4ae58a3f3565c479ad5280fd9a819fa
6
+ metadata.gz: 862d47955a01025527d4039f3e25a18f52529da0f68ccb8f9666df9905b020b2644b804341c57f99fc3edbbaa4ed7fc6fca706b3eceb923de7bb05036626d14c
7
+ data.tar.gz: 95925008dba0417ffb9191eec49cc46c581446743163af309e193932bd2a85bdc4573067ffa1e7e94b429d8a1893f9e250e788072e3aac9aa61b6150d1d61bed
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.0.3)
5
- bootstrap (~> 4.1.0)
6
- font-awesome-sass
4
+ ui_bibz (2.0.4)
5
+ bootstrap (= 4.1.1)
6
+ font-awesome-sass (= 5.0.9)
7
7
  haml
8
8
  haml-rails
9
9
  jquery-rails (>= 3.1.0)
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ end
6
6
 
7
7
  require 'rdoc/task'
8
8
  # Maintain your gem's version:
9
- require "ui_bibz/version"
9
+ require "ui_bibz/infos"
10
10
  RDoc::Task.new(:rdoc) do |rdoc|
11
11
  rdoc.main = 'README.md'
12
12
  rdoc.rdoc_dir = "rdoc-v#{ UiBibz::VERSION }"
@@ -189,4 +189,8 @@ $input-group-btn-border-color: $input-border-color
189
189
  padding: 0.4rem 0
190
190
 
191
191
  .input-group-sm .input-group-addon .glyph
192
- padding: 0.37rem 0
192
+ padding: 0.36rem 0 !important
193
+ background-color: red
194
+
195
+ .input-group-lg .input-group-addon .glyph
196
+ padding: 0.5rem 0 !important
@@ -0,0 +1,9 @@
1
+ module UiBibz
2
+ NAME = "Ui Bibz"
3
+ VERSION = "2.0.4"
4
+ DESCRIPTION = "A Rails Interface Framework using Bootstrap."
5
+ SUMMARY = "Create your project with Ui Bibz. Over a thirty reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more."
6
+ LICENSE = "MIT"
7
+ FONTAWESOME_VERSION = "5.0.9"
8
+ BOOTSTRAP_VERSION = "4.1.1"
9
+ end
@@ -42,6 +42,10 @@ module UiBibz::Ui::Core
42
42
  include KlassExtension
43
43
  include GlyphExtension
44
44
 
45
+ # Constants
46
+ STATUSES = %i(primary secondary success danger warning info light dark)
47
+ SIZES = %i(lg md sm)
48
+
45
49
  attr_accessor :content, :html_options, :options
46
50
 
47
51
  # Use link_to system in rails
data/ui_bibz.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  # Maintain your gem's version:
4
- require "ui_bibz/version"
4
+ require "ui_bibz/infos"
5
5
 
6
6
  lib = File.expand_path('../lib', __FILE__)
7
7
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
@@ -33,8 +33,8 @@ Gem::Specification.new do |s|
33
33
  s.add_dependency 'jquery-rails', '>= 3.1.0'
34
34
  s.add_dependency 'haml-rails'
35
35
  s.add_dependency 'sass-rails', '>= 5.0.0'
36
- s.add_dependency 'font-awesome-sass'
37
- s.add_dependency 'bootstrap', '~> 4.1.0'
36
+ s.add_dependency 'font-awesome-sass', UiBibz::FONTAWESOME_VERSION
37
+ s.add_dependency 'bootstrap', UiBibz::BOOTSTRAP_VERSION
38
38
 
39
39
  # Development gems
40
40
  s.add_development_dependency "simple_form"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ui_bibz
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-03 00:00:00.000000000 Z
11
+ date: 2018-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -126,30 +126,30 @@ dependencies:
126
126
  name: font-awesome-sass
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - ">="
129
+ - - '='
130
130
  - !ruby/object:Gem::Version
131
- version: '0'
131
+ version: 5.0.9
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - ">="
136
+ - - '='
137
137
  - !ruby/object:Gem::Version
138
- version: '0'
138
+ version: 5.0.9
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: bootstrap
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - "~>"
143
+ - - '='
144
144
  - !ruby/object:Gem::Version
145
- version: 4.1.0
145
+ version: 4.1.1
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - "~>"
150
+ - - '='
151
151
  - !ruby/object:Gem::Version
152
- version: 4.1.0
152
+ version: 4.1.1
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: simple_form
155
155
  requirement: !ruby/object:Gem::Requirement
@@ -288,6 +288,7 @@ files:
288
288
  - lib/ui_bibz/helpers/ui/core_helper.rb
289
289
  - lib/ui_bibz/helpers/ui/ux_helper.rb
290
290
  - lib/ui_bibz/helpers/utils_helper.rb
291
+ - lib/ui_bibz/infos.rb
291
292
  - lib/ui_bibz/inputs/ui_bibz_form/ui_bibz_form_builder.rb
292
293
  - lib/ui_bibz/inputs/ui_bibz_inputs/base_input.rb
293
294
  - lib/ui_bibz/inputs/ui_bibz_inputs/collection_input.rb
@@ -425,7 +426,6 @@ files:
425
426
  - lib/ui_bibz/ui/ux/tables/table_search_field.rb
426
427
  - lib/ui_bibz/utils/internationalization.rb
427
428
  - lib/ui_bibz/utils/screwdriver.rb
428
- - lib/ui_bibz/version.rb
429
429
  - structure.md
430
430
  - test/dummy/README.rdoc
431
431
  - test/dummy/Rakefile
@@ -1,3 +0,0 @@
1
- module UiBibz
2
- VERSION = "2.0.3"
3
- end