capstone 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2e099c022c9c97cf194cb0ffad05e5fe246e5ba0
4
+ data.tar.gz: b2fd361a6db3cb2d4c9eb7d76ac2cafe3c18ade3
5
+ SHA512:
6
+ metadata.gz: 54f5e5317e82b15e4c3b486da50934ac7e4336c3bd7e2947d28aac612b8de9fff4c95b998ad4af19a90c2d30fcf42cb0ced4acc1747e5ad567ae384ff4283898
7
+ data.tar.gz: 4e4acc20c984343668a295b568c3073d6763e7fa429e16933c89d925b51885c94cf4ae1118372e987b243a87b3fdd093b531bdf6079d12597e982195730f3036
data/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright © 2016 Joshua Kendall <me@joshuakendall.com>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,37 @@
1
+ # capstone
2
+
3
+
4
+ [![Code Climate](https://codeclimate.com/github/jtkendall/capstone/badges/gpa.svg)](https://codeclimate.com/github/jtkendall/capstone) [![Gem Version](https://badge.fury.io/rb/capstone.svg)](https://badge.fury.io/rb/capstone) [![Dependency Status](https://gemnasium.com/jtkendall/capstone.svg)](https://gemnasium.com/jtkendall/capstone)
5
+
6
+ ## Installation
7
+
8
+ gem install capstone
9
+
10
+ or in your Gemfile
11
+
12
+ gem 'capstone'
13
+
14
+
15
+ ## Documentation
16
+
17
+ [rdoc.info/github/jtkendall/capstone](http://rdoc.info/github/jtkendall/capstone)
18
+
19
+ ## Usage
20
+
21
+
22
+
23
+
24
+ ## Contributing & Development
25
+
26
+ $ git clone https://github.com/jtkendall/capstone && cd capstone
27
+ $ bundle install
28
+
29
+ * Fork the project.
30
+ * Make your feature addition or bug fix. All specs should pass.
31
+ * Add specs for your changes. This is important so I don't break it in a future version unintentionally.
32
+ * Commit, do not mess with version, or history. If you want to have your own version, that is fine but bump version in a commit by itself in another branch so a maintainer ignores it when your pull request is merged.
33
+ * Send a pull request. Bonus points for topic branches.
34
+
35
+ ## License & Copyright
36
+
37
+ See LICENSE for details.
@@ -0,0 +1,5 @@
1
+ # Capstone -
2
+ module Capstone
3
+ require 'capstone/exceptions'
4
+ require 'capstone/translator'
5
+ end
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+ module Capstone
3
+ VERSION = '0.0.0'.freeze
4
+ end
metadata ADDED
@@ -0,0 +1,118 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: capstone
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Josh Kendall
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-02-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rspec
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.4'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.4'
27
+ - !ruby/object:Gem::Dependency
28
+ name: sinatra
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.4'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.4'
41
+ - !ruby/object:Gem::Dependency
42
+ name: codeclimate-test-reporter
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.4'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '0.4'
55
+ - !ruby/object:Gem::Dependency
56
+ name: webmock
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.22'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '1.22'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rubocop
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '0.36'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.36'
83
+ description: 'A gem to '
84
+ email: me@joshuakendall.com
85
+ executables: []
86
+ extensions: []
87
+ extra_rdoc_files: []
88
+ files:
89
+ - LICENSE
90
+ - README.md
91
+ - lib/capstone.rb
92
+ - lib/capstone/version.rb
93
+ homepage: http://github.com/jtkendall/capstone
94
+ licenses:
95
+ - MIT
96
+ metadata: {}
97
+ post_install_message:
98
+ rdoc_options: []
99
+ require_paths:
100
+ - lib
101
+ required_ruby_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: '0'
106
+ required_rubygems_version: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ requirements: []
112
+ rubyforge_project:
113
+ rubygems_version: 2.5.1
114
+ signing_key:
115
+ specification_version: 4
116
+ summary: ''
117
+ test_files: []
118
+ has_rdoc: