canada 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0f2804cc192f2768996a53201950ede6b51ca617
4
- data.tar.gz: 5e0ef95b37b86da47626fdf502842734f8af9acf
3
+ metadata.gz: 21393db3fda9b5bb6c8bac160ef550176d312198
4
+ data.tar.gz: 1295ec35e5e410b2bb37b25ffeb281d10c6559f6
5
5
  SHA512:
6
- metadata.gz: d109bf6159a1925e6a3056f4fb1ed2339c7df6653b334dda91023cd14294f64d30a691bd860ecbc96e14ecf1f8344d83fbc02e7cafbef6f79ca21aa648ba2a18
7
- data.tar.gz: 9fb080a74ffe0708ad6b6670c97569cb19fdc5821e9b2df4ec5d29b52babbe9578e54ea3b3dc51af5822eab91bcaa38212faba4f0513fe2184e25b225431a001
6
+ metadata.gz: b9835f216dc568f93c9c19b181c1e384ee10210c453b58ed6bf27fff96a4dcb5da9877c774a1d5a8bcce109743dfde61bfc494bc61b16b4638e5fec21ef145c5
7
+ data.tar.gz: da7e11bbbf42e3da79635e0a38f694f93456dfecf62bcbd6535f68170ab5983dce7212aff08812a465aa403f8eb301fa5326aaadda5173dee318797fb520d9af
@@ -0,0 +1,3 @@
1
+ language: ruby
2
+ rvm:
3
+ - "2.0.0"
data/README.md CHANGED
@@ -25,7 +25,8 @@ Cool, eh?
25
25
 
26
26
  ## Production Ready™, eh?
27
27
 
28
- Yes.
28
+ Yes. Proof: [![Build Status](https://travis-ci.org/vanruby/canada.png)](https://travis-ci.org/vanruby/canada)
29
+
29
30
 
30
31
  ## What about performance?
31
32
 
@@ -45,6 +46,8 @@ Or install it yourself as:
45
46
 
46
47
  $ gem install canada
47
48
 
49
+ Note: This gem requires Ruby 2.0.0 or higher.
50
+
48
51
  ## Contributing
49
52
 
50
53
  1. Fork it
@@ -55,4 +58,4 @@ Or install it yourself as:
55
58
 
56
59
  ## Product of Canada
57
60
 
58
- This gem is a 100% Canadian product. We hack on open-source projects like this every other Tuesday at [#VANRUBY](http://vanruby.org). If you would like to join us, check out our [meetup page](http://www.meetup.com/vancouver-ruby/) for details.
61
+ This gem is a 100% Canadian product and sweetened with 100% Canadian maple syrup. We hack on open-source projects like this every other Tuesday at [#VANRUBY](http://vanruby.org). If you would like to join us, check out our [meetup page](http://www.meetup.com/vancouver-ruby/) for details.
@@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
+ spec.required_ruby_version = '>= 2.0.0'
22
+
21
23
  spec.add_development_dependency "bundler", "~> 1.3"
22
24
  spec.add_development_dependency "rake"
23
25
  end
@@ -1,3 +1,3 @@
1
1
  module Canada
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: canada
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Godfrey Chan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-25 00:00:00.000000000 Z
11
+ date: 2013-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -46,6 +46,7 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - .gitignore
49
+ - .travis.yml
49
50
  - Gemfile
50
51
  - LICENSE.txt
51
52
  - README.md
@@ -68,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
69
  requirements:
69
70
  - - '>='
70
71
  - !ruby/object:Gem::Version
71
- version: '0'
72
+ version: 2.0.0
72
73
  required_rubygems_version: !ruby/object:Gem::Requirement
73
74
  requirements:
74
75
  - - '>='