data_objects 0.10.4.rc1 → 0.10.4.rc2

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/Rakefile +0 -4
  2. data/lib/data_objects/version.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -16,8 +16,4 @@ SUDO = WINDOWS ? '' : ('sudo' unless ENV['SUDOLESS'])
16
16
 
17
17
  CLEAN.include(%w[ pkg/ **/*.rbc ])
18
18
 
19
-
20
- Rake::Task['build'].clear_actions if Rake::Task.task_defined?('build')
21
- task :build => [ :java, :gem ]
22
-
23
19
  FileList['tasks/**/*.rake'].each { |task| import task }
@@ -1,3 +1,3 @@
1
1
  module DataObjects
2
- VERSION = '0.10.4.rc1'
2
+ VERSION = '0.10.4.rc2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: data_objects
3
3
  version: !ruby/object:Gem::Version
4
- hash: 977940494
4
+ hash: 977940495
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
9
  - 4
10
- - rc1
11
- version: 0.10.4.rc1
10
+ - rc2
11
+ version: 0.10.4.rc2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Dirkjan Bussink