assert 0.8.1 → 1.0.0

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 (5) hide show
  1. data/Gemfile +1 -0
  2. data/LICENSE +1 -1
  3. data/assert.gemspec +2 -3
  4. data/lib/assert/version.rb +1 -1
  5. metadata +10 -24
data/Gemfile CHANGED
@@ -3,4 +3,5 @@ source "http://rubygems.org"
3
3
  # Specify dependencies in assert.gemspec
4
4
  gemspec
5
5
 
6
+ gem 'bundler', '~>1.1'
6
7
  gem 'rake', '~>0.9.2'
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011-Present Kelly Redding, Collin Redding, and Team Insight
1
+ Copyright (c) 2011-Present Kelly Redding and Collin Redding
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person
4
4
  obtaining a copy of this software and associated documentation
data/assert.gemspec CHANGED
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
7
7
  s.version = Assert::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Kelly Redding", "Collin Redding"]
10
- s.email = ["kelly@kelredd.com"]
11
- s.homepage = "http://github.com/teaminsight/assert"
10
+ s.email = ["kelly@kellyredding.com", "collin.redding@me.com"]
11
+ s.homepage = "http://github.com/redding/assert"
12
12
  s.summary = %q{Test::Unit style testing framework, just better than Test::Unit.}
13
13
  s.description = %q{Test::Unit style testing framework, just better than Test::Unit.}
14
14
 
@@ -17,7 +17,6 @@ Gem::Specification.new do |s|
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
18
  s.require_paths = ["lib"]
19
19
 
20
- s.add_development_dependency("bundler", ["~> 1.0"])
21
20
  s.add_dependency("ansi", ["~> 1.3"])
22
21
 
23
22
  end
@@ -1,3 +1,3 @@
1
1
  module Assert
2
- VERSION = "0.8.1"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assert
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
- - 0
8
- - 8
9
7
  - 1
10
- version: 0.8.1
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kelly Redding
@@ -16,26 +16,11 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-09-14 00:00:00 Z
19
+ date: 2012-11-21 00:00:00 Z
20
20
  dependencies:
21
- - !ruby/object:Gem::Dependency
22
- name: bundler
23
- version_requirements: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - ~>
27
- - !ruby/object:Gem::Version
28
- hash: 15
29
- segments:
30
- - 1
31
- - 0
32
- version: "1.0"
33
- type: :development
34
- requirement: *id001
35
- prerelease: false
36
21
  - !ruby/object:Gem::Dependency
37
22
  name: ansi
38
- version_requirements: &id002 !ruby/object:Gem::Requirement
23
+ version_requirements: &id001 !ruby/object:Gem::Requirement
39
24
  none: false
40
25
  requirements:
41
26
  - - ~>
@@ -46,11 +31,12 @@ dependencies:
46
31
  - 3
47
32
  version: "1.3"
48
33
  type: :runtime
49
- requirement: *id002
34
+ requirement: *id001
50
35
  prerelease: false
51
36
  description: Test::Unit style testing framework, just better than Test::Unit.
52
37
  email:
53
- - kelly@kelredd.com
38
+ - kelly@kellyredding.com
39
+ - collin.redding@me.com
54
40
  executables: []
55
41
 
56
42
  extensions: []
@@ -146,7 +132,7 @@ files:
146
132
  - test/test/running_tests.rb
147
133
  - test/test_test.rb
148
134
  - test/view/base_tests.rb
149
- homepage: http://github.com/teaminsight/assert
135
+ homepage: http://github.com/redding/assert
150
136
  licenses: []
151
137
 
152
138
  post_install_message: