strptime 0.1.1-x86-mingw32 → 0.1.2-x86-mingw32

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/strptime/version.rb +1 -1
  4. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 792bc1fd530e99a5101bcefb573daec33065118d
4
- data.tar.gz: ef1c1ffec07a980158a58de0ab66ff1a8d76f1f8
3
+ metadata.gz: ce5a3a7e0cf960ed9425f502af12c1d6e66aa1db
4
+ data.tar.gz: 01dcc203d2029f01d4ad9097d2bf259ac8c4eee1
5
5
  SHA512:
6
- metadata.gz: fc8ecd1cf00fdde3bd0c8a40d80717bdaed7d7fd90ee52b455181ea3564bc1610ac7f271980380d0289e36904da45fc57d7cc94533dd977dc6dbb003454d194a
7
- data.tar.gz: 712482f45d39b81bd429a90865fa0a746bb496c65f91086c8165ee6227304d1280521fd4ff7dff7dad81af33fbcf4c1784dbdf2f8519607e493715853200db4a
6
+ metadata.gz: 8e3e052cd1f9166e8b8d60db4f63c7747499bf254603d10dba918d9a331cadd39d0c2cfd40eeabb301bd4f0e93b56be0d418dd149bbaba46c0d84db90e610ce1
7
+ data.tar.gz: 805c04c13ab8c8faf3aaf4102789b78bf50b4349053027b54a5e84bd95ec00921b50e124fa74b47d35699b6f5a6f6ebadecaf8be1e2a6c9731a2b6c93da2bdee
data/Rakefile CHANGED
@@ -31,6 +31,6 @@ namespace :build do
31
31
  desc 'Build gems for Windows per rake-compiler-dock'
32
32
  task :windows do
33
33
  require 'rake_compiler_dock'
34
- RakeCompilerDock.sh 'bundle && rake cross native gem RUBY_CC_VERSION=2.0.0:2.1.7:2.2.3'
34
+ RakeCompilerDock.sh 'bundle && rake cross native gem RUBY_CC_VERSION=2.0.0:2.1.6:2.2.2'
35
35
  end
36
36
  end
@@ -1,3 +1,3 @@
1
1
  class Strptime
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strptime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - NARUSE, Yui
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-29 00:00:00.000000000 Z
11
+ date: 2015-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -118,6 +118,8 @@ files:
118
118
  - ext/strptime/strptime.h
119
119
  - lib/strptime.rb
120
120
  - lib/strptime/2.0/strptime.so
121
+ - lib/strptime/2.1/strptime.so
122
+ - lib/strptime/2.2/strptime.so
121
123
  - lib/strptime/version.rb
122
124
  - strptime.gemspec
123
125
  homepage: https://github.com/nurse/strptime