omf_sfa 0.1.3 → 0.1.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.
Files changed (3) hide show
  1. data/lib/omf-sfa/version.rb +1 -1
  2. data/omf_sfa.gemspec +1 -1
  3. metadata +3 -3
@@ -1,4 +1,4 @@
1
1
  module OMF; module SFA
2
2
  #VERSION = "6.0.0.pre.1"
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end; end
data/omf_sfa.gemspec CHANGED
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
40
40
  s.add_runtime_dependency "rack-rpc", "~> 0.0.6"
41
41
  s.add_runtime_dependency "data_mapper", "~> 1.2.0"
42
42
  s.add_runtime_dependency "bluecloth", "~> 2.2.0"
43
- s.add_runtime_dependency "omf_common", "~> 6.0.0.pre"
43
+ s.add_runtime_dependency "omf_common", "~> 6.0.0"
44
44
  s.add_runtime_dependency "eventmachine", "~> 1.0.3"
45
45
  s.add_runtime_dependency "em-minitest-spec", "~> 1.1.1"
46
46
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omf_sfa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -338,7 +338,7 @@ dependencies:
338
338
  requirements:
339
339
  - - ~>
340
340
  - !ruby/object:Gem::Version
341
- version: 6.0.0.pre
341
+ version: 6.0.0
342
342
  type: :runtime
343
343
  prerelease: false
344
344
  version_requirements: !ruby/object:Gem::Requirement
@@ -346,7 +346,7 @@ dependencies:
346
346
  requirements:
347
347
  - - ~>
348
348
  - !ruby/object:Gem::Version
349
- version: 6.0.0.pre
349
+ version: 6.0.0
350
350
  - !ruby/object:Gem::Dependency
351
351
  name: eventmachine
352
352
  requirement: !ruby/object:Gem::Requirement