1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
--- !ruby/object:Gem::Specification
name: rqrcode
version: !ruby/object:Gem::Version
prerelease:
version: 0.4.2
platform: ruby
authors:
- Duncan Robertson
autorequire:
bindir: bin
cert_chain: []
date: 2011-09-01 00:00:00 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rake
prerelease: false
requirement: &id001 !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
type: :development
version_requirements: *id001
- !ruby/object:Gem::Dependency
name: bundler
prerelease: false
requirement: &id002 !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
version: 1.0.0
type: :development
version_requirements: *id002
description: |
rQRCode is a library for encoding QR Codes. The simple
interface allows you to create QR Code data structures
ready to be displayed in the way you choose.
email:
- duncan@whomwah.com
executables: []
extensions: []
extra_rdoc_files:
- README.md
- CHANGELOG
- LICENSE
files:
- .gitignore
- CHANGELOG
- Gemfile
- LICENSE
- README.md
- Rakefile
- lib/rqrcode.rb
- lib/rqrcode/core_ext.rb
- lib/rqrcode/core_ext/array.rb
- lib/rqrcode/core_ext/array/behavior.rb
- lib/rqrcode/core_ext/integer.rb
- lib/rqrcode/core_ext/integer/bitwise.rb
- lib/rqrcode/qrcode.rb
- lib/rqrcode/qrcode/qr_8bit_byte.rb
- lib/rqrcode/qrcode/qr_bit_buffer.rb
- lib/rqrcode/qrcode/qr_code.rb
- lib/rqrcode/qrcode/qr_math.rb
- lib/rqrcode/qrcode/qr_polynomial.rb
- lib/rqrcode/qrcode/qr_rs_block.rb
- lib/rqrcode/qrcode/qr_util.rb
- lib/rqrcode/version.rb
- rqrcode.gemspec
- test/data.rb
- test/test_rqrcode.rb
homepage: http://whomwah.github.com/rqrcode/
licenses: []
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
version: 1.3.6
requirements: []
rubyforge_project:
rubygems_version: 1.8.5
signing_key:
specification_version: 3
summary: A library to encode QR Codes
test_files:
- test/data.rb
- test/test_rqrcode.rb
|