adamantium 0.0.6 → 0.0.7

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/Gemfile CHANGED
@@ -28,7 +28,7 @@ group :metrics do
28
28
  gem 'flay', '~> 1.4.3'
29
29
  gem 'flog', '~> 2.5.3'
30
30
  gem 'roodi', '~> 2.2.0'
31
- gem 'yardstick', '~> 0.9.2'
31
+ gem 'yardstick', '~> 0.9.3', :git => 'https://github.com/dkubb/yardstick.git'
32
32
 
33
33
  platforms :ruby_18, :ruby_19 do
34
34
  # this indirectly depends on ffi which does not build on ruby-head
@@ -16,10 +16,10 @@ Gem::Specification.new do |gem|
16
16
  gem.test_files = `git ls-files -- spec/{unit,integration}`.split($/)
17
17
  gem.extra_rdoc_files = %w[LICENSE README.md TODO]
18
18
 
19
- gem.add_runtime_dependency('backports', '~> 2.8.2')
19
+ gem.add_runtime_dependency('backports', [ '~> 3.0', '>= 3.0.3' ])
20
20
  gem.add_runtime_dependency('ice_nine', '~> 0.7.0')
21
21
 
22
22
  gem.add_development_dependency('rake', '~> 10.0.3')
23
23
  gem.add_development_dependency('rspec', '~> 1.3.2')
24
- gem.add_development_dependency('yard', '~> 0.8.4.1')
24
+ gem.add_development_dependency('yard', '~> 0.8.5')
25
25
  end
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'ice_nine'
2
4
 
3
5
  # Allows objects to be made immutable
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Adamantium
2
4
 
3
5
  # Methods mixed in to adamantium classes
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Adamantium
2
4
 
3
5
  # Abstract base class for freezers
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module Adamantium
2
4
 
3
5
  # Methods mixed in to adamantium modules
@@ -1,3 +1,8 @@
1
+ # encoding: utf-8
2
+
1
3
  module Adamantium
2
- VERSION = '0.0.6'.freeze
3
- end
4
+
5
+ # Released gem version
6
+ VERSION = '0.0.7'.freeze
7
+
8
+ end # module Adamantium
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'spec_helper'
2
4
 
3
5
  describe Adamantium do
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'rbconfig'
2
4
 
3
5
  ::Config = RbConfig unless defined?(::Config)
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'spec_helper'
2
4
 
3
5
  describe Adamantium::ClassMethods, '#freezer' do
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'spec_helper'
2
4
 
3
5
  describe Adamantium::Freezer, '.get' do
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'spec_helper'
2
4
 
3
5
  describe Adamantium::Freezer, '.parse' do
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'spec_helper'
2
4
 
3
5
  describe Adamantium::Freezer::Deep, '.freeze' do
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'spec_helper'
2
4
 
3
5
  describe Adamantium::Freezer::Flat, '.freeze' do
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'spec_helper'
2
4
 
3
5
  describe Adamantium::ModuleMethods, '#freezer' do
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adamantium
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Kubb
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2013-02-16 00:00:00 Z
19
+ date: 2013-02-27 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: backports
@@ -26,12 +26,19 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- hash: 43
29
+ hash: 7
30
30
  segments:
31
- - 2
32
- - 8
33
- - 2
34
- version: 2.8.2
31
+ - 3
32
+ - 0
33
+ version: "3.0"
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ hash: 1
37
+ segments:
38
+ - 3
39
+ - 0
40
+ - 3
41
+ version: 3.0.3
35
42
  type: :runtime
36
43
  version_requirements: *id001
37
44
  - !ruby/object:Gem::Dependency
@@ -90,13 +97,12 @@ dependencies:
90
97
  requirements:
91
98
  - - ~>
92
99
  - !ruby/object:Gem::Version
93
- hash: 29
100
+ hash: 53
94
101
  segments:
95
102
  - 0
96
103
  - 8
97
- - 4
98
- - 1
99
- version: 0.8.4.1
104
+ - 5
105
+ version: 0.8.5
100
106
  type: :development
101
107
  version_requirements: *id005
102
108
  description: Immutable extensions to objects