bootstrap-no-record-found 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Project Goal ##
4
4
 
5
- 1. Replace a blank attribute from an object described at a definition list item for some custom code, like a red 'No Record Found' span.
5
+ Replace blank attributes at definition list items for some custom code, like a red 'No Record Found' span.
6
6
 
7
7
  ## Install ##
8
8
 
@@ -1,3 +1,3 @@
1
1
  module BootstrapNoRecordFound
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-no-record-found
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Renato de Souza
@@ -47,7 +47,7 @@ dependencies:
47
47
  version: "0"
48
48
  type: :development
49
49
  version_requirements: *id002
50
- description: Replace a blank attribute from an object described at a definition lists items.
50
+ description: Replace blank attributes at definition list items for some custom code, like a red 'No Record Found' span.
51
51
  email:
52
52
  - hylozero@gmail.com
53
53
  executables: []
@@ -129,7 +129,7 @@ rubyforge_project:
129
129
  rubygems_version: 1.8.24
130
130
  signing_key:
131
131
  specification_version: 3
132
- summary: Replace a blank attribute from an object described at a definition lists items.
132
+ summary: Replace blank attributes at definition list items for some custom code, like a red 'No Record Found' span.
133
133
  test_files:
134
134
  - test/bootstrap-no-record-found.rb
135
135
  - test/dummy/app/assets/javascripts/application.js