platform-tests 0.0.0-arm-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: c75d0562569e7a50d30bae0bf4001c8d937651af
4
+ data.tar.gz: 273bfdbb9210c4a893c42ab480c12bf225b95934
5
+ SHA512:
6
+ metadata.gz: 82b42945e71c0505b7e25c1a407bfdf2b56915aebe0b5486196ef9a63f28025229875c3dc1fae62e7ba861808e044338517436211dda57d87af0c9e5532b6516
7
+ data.tar.gz: 933dcd9057bd9e9fea36e7e154318f377c6d9a6468b0fe1024850736df5dcf2e44363722afa945d84423f987d6037d41191c4759386a6431c3edf2554c88d806
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 = "arm-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 = "arm-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: arm-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: