usefull_table 1.0.1 → 1.0.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/CHANGELOG.md CHANGED
@@ -10,8 +10,11 @@ BugToFix
10
10
  - : link :name=> "pippo", body_type => icon, :url => "my_url" do not render default icons if not passed in yml
11
11
 
12
12
  BugToFix
13
+ 1.0.2 (July 13, 2012)
14
+ - Update to Rails 3.0.14
15
+
13
16
  1.0.1 (June 29, 2012)
14
17
  - First working release
15
18
 
16
19
  0.1.0 (June 18, 2012)
17
- - first Release
20
+ - first Release
@@ -1,3 +1,3 @@
1
1
  module UsefullTable
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usefull_table
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrea Bignozzi