tablestyle 0.0.1 → 0.0.4

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.
@@ -1,5 +1,8 @@
1
1
  require "tablestyle/version"
2
2
 
3
3
  module Tablestyle
4
- # Your code goes here...
4
+ # Your code goes here...
5
+ def Tablestyle.hi
6
+ puts "HELLO module!"
7
+ end
5
8
  end
@@ -1,3 +1,3 @@
1
1
  module Tablestyle
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.4"
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tablestyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-05 00:00:00.000000000 Z
12
+ date: 2013-07-08 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! '"just test description"'
15
15
  email:
@@ -25,6 +25,7 @@ files:
25
25
  - Rakefile
26
26
  - lib/tablestyle.rb
27
27
  - lib/tablestyle/version.rb
28
+ - stylesheet/tablestyle/_table.sass
28
29
  - tablestyle.gemspec
29
30
  homepage: http://www.google.com
30
31
  licenses: []