datatable 0.1.1alpha1 → 0.1.1alpha4

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.
Files changed (3) hide show
  1. data/Gemfile.lock +1 -1
  2. data/lib/datatable/version.rb +1 -1
  3. metadata +3 -3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- datatable (0.1.1alpha1)
4
+ datatable (0.1.1alpha4)
5
5
  rails (>= 3.0)
6
6
 
7
7
  GEM
@@ -1,4 +1,4 @@
1
1
  module Datatable
2
2
  # http://semver.org
3
- VERSION = "0.1.1alpha1"
3
+ VERSION = "0.1.1alpha4"
4
4
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datatable
3
3
  version: !ruby/object:Gem::Version
4
- hash: -3702664378
4
+ hash: -3702664372
5
5
  prerelease: 5
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 1
10
10
  - alpha
11
- - 1
12
- version: 0.1.1alpha1
11
+ - 4
12
+ version: 0.1.1alpha4
13
13
  platform: ruby
14
14
  authors:
15
15
  - Michael Greenly