platform-tests 0.0.0-x86-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2be935e2679c9e20d70f799812ba391da2e8340b
4
+ data.tar.gz: f52a867d14ed1b2afc19305684affb392da69697
5
+ SHA512:
6
+ metadata.gz: f2f9c07d7fd071d42980526648639fe52b591640a390fcb58d1503873c24f687ef2c02d708505f1dffded7c6dbe59cae7c8b32ebe37ca7a6e316f6363936ae5c
7
+ data.tar.gz: d14b2c32c32e563fa7cafdecc73ef1b57ee9bd82e81bb1bbf00525feaf7cf891bf3c242c8049039b5b5d37d9c89cc1f54fca61be95e1bf63b966b759ef69dcc8
data/.gitignore ADDED
@@ -0,0 +1,17 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
@@ -0,0 +1 @@
1
+ PLATFORM_TESTS = "i686-linux"
@@ -0,0 +1,17 @@
1
+ # coding: utf-8
2
+ Gem::Specification.new do |spec|
3
+ spec.name = "platform-tests"
4
+ spec.version = "0.0.0"
5
+ spec.authors = ["Kim Burgestrand"]
6
+ spec.email = ["kim@burgestrand.se"]
7
+ spec.summary = %q{An experiment in how rubygems behaves with different platform options.}
8
+ spec.homepage = ""
9
+ spec.license = "MIT"
10
+
11
+ spec.files = `git ls-files`.split($/)
12
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
13
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
14
+ spec.require_paths = ["lib"]
15
+
16
+ spec.platform = "x86-linux"
17
+ end
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: platform-tests
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: x86-linux
6
+ authors:
7
+ - Kim Burgestrand
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-04-07 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - kim@burgestrand.se
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - .gitignore
21
+ - Rakefile
22
+ - lib/platform/tests.rb
23
+ - platform-tests.gemspec
24
+ homepage: ''
25
+ licenses:
26
+ - MIT
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - '>='
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.0.3
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: An experiment in how rubygems behaves with different platform options.
48
+ test_files: []
49
+ has_rdoc: