semantically-taggable 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
data/spec/spec_helper.rb CHANGED
@@ -20,8 +20,6 @@ Bundler.require
20
20
 
21
21
  require 'active_record'
22
22
 
23
- SEMANTICALLYTAGGABLE_SPECRUNNING = true
24
-
25
23
  ENV['DB'] ||= 'mysql'
26
24
 
27
25
  database_yml = File.expand_path('../database.yml', __FILE__)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantically-taggable
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 11
10
- version: 0.1.11
9
+ - 12
10
+ version: 0.1.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Russell Garner