tmin 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/lib/tmin/url.rb CHANGED
@@ -5,7 +5,7 @@ module Firefly
5
5
 
6
6
 
7
7
  property :id, Serial
8
- property :url, String, :index => true, :length => 355
8
+ property :url, String, :index => true, :length => 1300
9
9
  property :code, String, :index => true, :length => 64
10
10
  property :clicks, Integer, :default => 0
11
11
  property :created_at, DateTime, :default => Proc.new{Time.now}
data/lib/tmin/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # encoding: UTF-8
2
2
  module Tminus
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
data/tmin-0.1.1.gem ADDED
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - drobs