Sha256: 220918483cbe4c00f2a50cd7d9c2e1f62d5fd5778182fd26f165901a6385a0bd

Contents?: true

Size: 1.89 KB

Versions: 0

Compression: gzip

Compressed size: 737 Bytes

Stored size: 737 Bytes

Contents

--- !ruby/object:Gem::Specification
name: snmpjr
version: !ruby/object:Gem::Version
  version: 0.1.7
platform: java
authors:
- Zen Kyprianou
autorequire: 
bindir: bin
cert_chain: []
date: 2014-10-16 00:00:00.000000000 Z
dependencies: []
description: Snmpjr aims to provide a clean and simple interface to use SNMP in your
  ruby code. It will wrap the popular SNMP4J library in Java.
email:
- zen@kyprianou.eu
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- .rspec
- .rubocop.yml
- .rvmrc
- .travis.yml
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- history.rdoc
- lib/snmpjr.rb
- lib/snmpjr/getter.rb
- lib/snmpjr/pdu.rb
- lib/snmpjr/response.rb
- lib/snmpjr/session.rb
- lib/snmpjr/target.rb
- lib/snmpjr/target_timeout_error.rb
- lib/snmpjr/version.rb
- lib/snmpjr/wrappers/smi.rb
- lib/snmpjr/wrappers/snmp4j-2.3.1.jar
- lib/snmpjr/wrappers/snmp4j.rb
- lib/snmpjr/wrappers/transport.rb
- snmpjr.gemspec
- spec/integration/snmpjr_spec.rb
- spec/snmpjr/getter_spec.rb
- spec/snmpjr/pdu_spec.rb
- spec/snmpjr/response_spec.rb
- spec/snmpjr/session_spec.rb
- spec/snmpjr/target_spec.rb
- spec/snmpjr_spec.rb
- spec/spec_helper.rb
homepage: https://github.com/zenonas/snmpjr
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.4.2
signing_key: 
specification_version: 4
summary: Simple SNMP interface for JRuby
test_files:
- spec/integration/snmpjr_spec.rb
- spec/snmpjr/getter_spec.rb
- spec/snmpjr/pdu_spec.rb
- spec/snmpjr/response_spec.rb
- spec/snmpjr/session_spec.rb
- spec/snmpjr/target_spec.rb
- spec/snmpjr_spec.rb
- spec/spec_helper.rb

Package Spec version

snmpjr-0.1.7-java