sugilite 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.idea/.gitignore +2 -0
- data/.idea/misc.xml +0 -3
- data/.idea/modules.xml +1 -1
- data/.idea/{Sugilite.iml → sugilite.iml} +0 -1
- data/.idea/workspace.xml +35 -74
- data/Gemfile +1 -1
- data/Gemfile.lock +2 -2
- data/README.md +7 -5
- data/Rakefile +2 -2
- data/bin/console +1 -1
- data/exe/{Sugilite → sugilite} +1 -1
- data/ext/sugilite/extconf.rb +3 -0
- data/ext/{Sugilite/Sugilite.c → sugilite/sugilite.c} +2 -2
- data/ext/{Sugilite/Sugilite.h → sugilite/sugilite.h} +0 -0
- data/lib/{Sugilite.rb → sugilite.rb} +0 -0
- data/lib/sugilite/version.rb +4 -0
- data/lib/{SugiliteIRC.rb → sugiliteIRC.rb} +0 -0
- data/{Sugilite.gemspec → sugilite.gemspec} +3 -3
- metadata +13 -12
- data/ext/Sugilite/extconf.rb +0 -3
- data/lib/Sugilite/version.rb +0 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02a06663fb9b97d2f2d363c62ff10ab010694b3c922b61a9430b0731fd7e3032
|
|
4
|
+
data.tar.gz: 07ec12d4735d0639c2395eedc089a4f39861677040fe9f8bb7d15f408c55e4e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b5221757ee995bcc5b5fab2d2f47b46ef00d5aaba1addf9e95b2d97619944b72be2d74b5fec383f8e5945dba2543833275481d3aa82820500b3a766866332a7
|
|
7
|
+
data.tar.gz: 90d546daffb2fca925f401b25ef1f7948f93b4e3d7c6748e7a75e0cef821c59eca37e9559889c00be154df545ef579df12a0417c8d5695393677028f1805b0d0
|
data/.idea/.gitignore
ADDED
data/.idea/misc.xml
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
|
-
<component name="JavaScriptSettings">
|
|
4
|
-
<option name="languageLevel" value="ES6" />
|
|
5
|
-
</component>
|
|
6
3
|
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.6.3 [global]" project-jdk-type="RUBY_SDK" />
|
|
7
4
|
</project>
|
data/.idea/modules.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ProjectModuleManager">
|
|
4
4
|
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/sugilite.iml" filepath="$PROJECT_DIR$/.idea/sugilite.iml" />
|
|
6
6
|
</modules>
|
|
7
7
|
</component>
|
|
8
8
|
</project>
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
<content url="file://$MODULE_DIR$" />
|
|
8
8
|
<orderEntry type="jdk" jdkName="RVM: ruby-2.6.3" jdkType="RUBY_SDK" />
|
|
9
9
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
10
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.0.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
11
10
|
<orderEntry type="library" scope="PROVIDED" name="domain_name (v0.5.20190701, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
12
11
|
<orderEntry type="library" scope="PROVIDED" name="eventmachine (v1.2.7, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
13
12
|
<orderEntry type="library" scope="PROVIDED" name="faye-websocket (v0.10.9, RVM: ruby-2.6.3) [gem]" level="application" />
|
data/.idea/workspace.xml
CHANGED
|
@@ -1,31 +1,28 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
|
-
<list default="true" id="
|
|
5
|
-
<change
|
|
6
|
-
<change beforePath="$PROJECT_DIR$/.idea/.rakeTasks" beforeDir="false" />
|
|
7
|
-
<change beforePath="$PROJECT_DIR$/.idea/Amethyst.iml" beforeDir="false" />
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/.idea/discord.xml" beforeDir="false" />
|
|
4
|
+
<list default="true" id="bb1bd9c8-6fd7-4ce4-bb78-9e16372f6987" name="Default Changelist" comment="">
|
|
5
|
+
<change beforePath="$PROJECT_DIR$/.idea/Sugilite.iml" beforeDir="false" />
|
|
9
6
|
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
10
7
|
<change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
|
|
11
8
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
12
|
-
<change beforePath="$PROJECT_DIR$/Amethyst.gemspec" beforeDir="false" />
|
|
13
|
-
<change beforePath="$PROJECT_DIR$/CHANGELOG.md" beforeDir="false" />
|
|
14
|
-
<change beforePath="$PROJECT_DIR$/CODE_OF_CONDUCT.md" beforeDir="false" afterPath="$PROJECT_DIR$/CODE_OF_CONDUCT.md" afterDir="false" />
|
|
15
9
|
<change beforePath="$PROJECT_DIR$/Gemfile" beforeDir="false" afterPath="$PROJECT_DIR$/Gemfile" afterDir="false" />
|
|
16
|
-
<change beforePath="$PROJECT_DIR$/Gemfile.lock" beforeDir="false" />
|
|
17
|
-
<change beforePath="$PROJECT_DIR$/LICENSE.txt" beforeDir="false" afterPath="$PROJECT_DIR$/LICENSE.txt" afterDir="false" />
|
|
10
|
+
<change beforePath="$PROJECT_DIR$/Gemfile.lock" beforeDir="false" afterPath="$PROJECT_DIR$/Gemfile.lock" afterDir="false" />
|
|
18
11
|
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
|
19
12
|
<change beforePath="$PROJECT_DIR$/Rakefile" beforeDir="false" afterPath="$PROJECT_DIR$/Rakefile" afterDir="false" />
|
|
13
|
+
<change beforePath="$PROJECT_DIR$/Sugilite.gemspec" beforeDir="false" />
|
|
20
14
|
<change beforePath="$PROJECT_DIR$/bin/console" beforeDir="false" afterPath="$PROJECT_DIR$/bin/console" afterDir="false" />
|
|
21
|
-
<change beforePath="$PROJECT_DIR$/exe/
|
|
22
|
-
<change beforePath="$PROJECT_DIR$/
|
|
23
|
-
<change beforePath="$PROJECT_DIR$/ext/
|
|
24
|
-
<change beforePath="$PROJECT_DIR$/ext/
|
|
25
|
-
<change beforePath="$PROJECT_DIR$/
|
|
26
|
-
<change beforePath="$PROJECT_DIR$/lib/
|
|
27
|
-
<change beforePath="$PROJECT_DIR$/lib/
|
|
28
|
-
<change beforePath="$PROJECT_DIR$/
|
|
15
|
+
<change beforePath="$PROJECT_DIR$/exe/Sugilite" beforeDir="false" />
|
|
16
|
+
<change beforePath="$PROJECT_DIR$/exe/sugilite" beforeDir="false" afterPath="$PROJECT_DIR$/exe/sugilite" afterDir="false" />
|
|
17
|
+
<change beforePath="$PROJECT_DIR$/ext/Sugilite/Sugilite.c" beforeDir="false" />
|
|
18
|
+
<change beforePath="$PROJECT_DIR$/ext/Sugilite/Sugilite.h" beforeDir="false" />
|
|
19
|
+
<change beforePath="$PROJECT_DIR$/ext/Sugilite/extconf.rb" beforeDir="false" />
|
|
20
|
+
<change beforePath="$PROJECT_DIR$/lib/Sugilite.rb" beforeDir="false" />
|
|
21
|
+
<change beforePath="$PROJECT_DIR$/lib/SugiliteIRC.rb" beforeDir="false" />
|
|
22
|
+
<change beforePath="$PROJECT_DIR$/lib/sugilite/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/sugilite/version.rb" afterDir="false" />
|
|
23
|
+
<change beforePath="$PROJECT_DIR$/sugilite-0.1.1.gem" beforeDir="false" />
|
|
24
|
+
<change beforePath="$PROJECT_DIR$/sugilite.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/sugilite.gemspec" afterDir="false" />
|
|
25
|
+
<change beforePath="$PROJECT_DIR$/test/Sugilite_test.rb" beforeDir="false" />
|
|
29
26
|
<change beforePath="$PROJECT_DIR$/test/test_helper.rb" beforeDir="false" afterPath="$PROJECT_DIR$/test/test_helper.rb" afterDir="false" />
|
|
30
27
|
</list>
|
|
31
28
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
@@ -34,26 +31,29 @@
|
|
|
34
31
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
35
32
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
36
33
|
</component>
|
|
37
|
-
<component name="
|
|
38
|
-
<option name="
|
|
34
|
+
<component name="Git.Settings">
|
|
35
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
36
|
+
</component>
|
|
37
|
+
<component name="IgnoredFileRootStore">
|
|
38
|
+
<option name="generatedRoots">
|
|
39
|
+
<set>
|
|
40
|
+
<option value="$PROJECT_DIR$/.idea" />
|
|
41
|
+
</set>
|
|
42
|
+
</option>
|
|
43
|
+
</component>
|
|
44
|
+
<component name="ProjectConfigurationFiles">
|
|
45
|
+
<option name="files">
|
|
39
46
|
<list>
|
|
40
|
-
<option value="
|
|
47
|
+
<option value="$PROJECT_DIR$/.idea/.gitignore" />
|
|
48
|
+
<option value="$PROJECT_DIR$/.idea/vcs.xml" />
|
|
41
49
|
</list>
|
|
42
50
|
</option>
|
|
43
51
|
</component>
|
|
44
|
-
<component name="
|
|
45
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
46
|
-
</component>
|
|
47
|
-
<component name="ProjectId" id="1PkLhaM6hxUTLPoF3xESL3MChft" />
|
|
52
|
+
<component name="ProjectId" id="1Q7QBxxlrbFcGMYuZ1X1TtIgd5I" />
|
|
48
53
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
49
54
|
<component name="PropertiesComponent">
|
|
50
|
-
<property name="ASKED_SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
|
51
55
|
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
|
52
56
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
53
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$/bin/Amethyst.rb" />
|
|
54
|
-
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
55
|
-
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
56
|
-
<property name="settings.editor.selected.configurable" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
|
|
57
57
|
</component>
|
|
58
58
|
<component name="RunDashboard">
|
|
59
59
|
<option name="ruleStates">
|
|
@@ -67,49 +67,15 @@
|
|
|
67
67
|
</list>
|
|
68
68
|
</option>
|
|
69
69
|
</component>
|
|
70
|
-
<component name="RunManager">
|
|
71
|
-
<configuration name="Unnamed" type="RubyRunConfigurationType" factoryName="Ruby" nameIsGenerated="true">
|
|
72
|
-
<module name="Amethyst" />
|
|
73
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="" />
|
|
74
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
|
75
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
76
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
77
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
78
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
79
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
80
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" track_test_folders="true" runner="rcov">
|
|
81
|
-
<COVERAGE_PATTERN ENABLED="true">
|
|
82
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
83
|
-
</COVERAGE_PATTERN>
|
|
84
|
-
</EXTENSION>
|
|
85
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/bin/Amethyst.rb" />
|
|
86
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
87
|
-
<method v="2" />
|
|
88
|
-
</configuration>
|
|
89
|
-
</component>
|
|
90
70
|
<component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
|
|
91
|
-
<component name="SvnConfiguration">
|
|
92
|
-
<configuration />
|
|
93
|
-
</component>
|
|
94
71
|
<component name="TaskManager">
|
|
95
72
|
<task active="true" id="Default" summary="Default task">
|
|
96
|
-
<changelist id="
|
|
97
|
-
<created>
|
|
73
|
+
<changelist id="bb1bd9c8-6fd7-4ce4-bb78-9e16372f6987" name="Default Changelist" comment="" />
|
|
74
|
+
<created>1567119022973</created>
|
|
98
75
|
<option name="number" value="Default" />
|
|
99
76
|
<option name="presentableId" value="Default" />
|
|
100
|
-
<updated>
|
|
101
|
-
<workItem from="
|
|
102
|
-
<workItem from="1562129682016" duration="738000" />
|
|
103
|
-
<workItem from="1564607363695" duration="60000" />
|
|
104
|
-
<workItem from="1566413269977" duration="280000" />
|
|
105
|
-
<workItem from="1566413585274" duration="137000" />
|
|
106
|
-
<workItem from="1566413854554" duration="542000" />
|
|
107
|
-
<workItem from="1566489040129" duration="346000" />
|
|
108
|
-
<workItem from="1566681371055" duration="995000" />
|
|
109
|
-
<workItem from="1566862987328" duration="64000" />
|
|
110
|
-
<workItem from="1566924091729" duration="2547000" />
|
|
111
|
-
<workItem from="1566930505937" duration="52000" />
|
|
112
|
-
<workItem from="1566930558623" duration="277000" />
|
|
77
|
+
<updated>1567119022973</updated>
|
|
78
|
+
<workItem from="1567119024173" duration="414000" />
|
|
113
79
|
</task>
|
|
114
80
|
<servers />
|
|
115
81
|
</component>
|
|
@@ -121,15 +87,10 @@
|
|
|
121
87
|
<map>
|
|
122
88
|
<entry key="MAIN">
|
|
123
89
|
<value>
|
|
124
|
-
<State
|
|
125
|
-
<option name="COLUMN_ORDER" />
|
|
126
|
-
</State>
|
|
90
|
+
<State />
|
|
127
91
|
</value>
|
|
128
92
|
</entry>
|
|
129
93
|
</map>
|
|
130
94
|
</option>
|
|
131
95
|
</component>
|
|
132
|
-
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
|
133
|
-
<SUITE FILE_PATH="coverage/Amethyst@Unnamed.rcov" NAME="Unnamed Coverage Results" MODIFIED="1566413500042" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="" MODULE_NAME="Amethyst" />
|
|
134
|
-
</component>
|
|
135
96
|
</project>
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
|
|
4
|
+
sugilite (0.1.2)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
@@ -40,7 +40,6 @@ PLATFORMS
|
|
|
40
40
|
ruby
|
|
41
41
|
|
|
42
42
|
DEPENDENCIES
|
|
43
|
-
Sugilite!
|
|
44
43
|
bundler (~> 2.0)
|
|
45
44
|
eventmachine (~> 1.2, >= 1.2.7)
|
|
46
45
|
faye-websocket (~> 0.10.9)
|
|
@@ -49,6 +48,7 @@ DEPENDENCIES
|
|
|
49
48
|
rake (~> 10.0)
|
|
50
49
|
rake-compiler (~> 1.0.7)
|
|
51
50
|
rest-client (~> 2.1.0)
|
|
51
|
+
sugilite!
|
|
52
52
|
|
|
53
53
|
BUNDLED WITH
|
|
54
54
|
2.0.2
|
data/README.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
# Sugilite
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/sugilite`. To experiment with that code, run `bin/console` for an interactive prompt.
|
|
4
|
+
|
|
5
|
+
TODO: Delete this and the text above, and describe your gem
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
7
9
|
Add this line to your application's Gemfile:
|
|
8
10
|
|
|
9
11
|
```ruby
|
|
10
|
-
gem '
|
|
12
|
+
gem 'sugilite'
|
|
11
13
|
```
|
|
12
14
|
|
|
13
15
|
And then execute:
|
|
@@ -16,7 +18,7 @@ And then execute:
|
|
|
16
18
|
|
|
17
19
|
Or install it yourself as:
|
|
18
20
|
|
|
19
|
-
$ gem install
|
|
21
|
+
$ gem install sugilite
|
|
20
22
|
|
|
21
23
|
## Usage
|
|
22
24
|
|
|
@@ -30,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
30
32
|
|
|
31
33
|
## Contributing
|
|
32
34
|
|
|
33
|
-
Bug reports and pull requests are welcome on
|
|
35
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/sugilite. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
34
36
|
|
|
35
37
|
## License
|
|
36
38
|
|
|
@@ -38,4 +40,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
38
40
|
|
|
39
41
|
## Code of Conduct
|
|
40
42
|
|
|
41
|
-
Everyone interacting in the Sugilite project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/
|
|
43
|
+
Everyone interacting in the Sugilite project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/sugilite/blob/master/CODE_OF_CONDUCT.md).
|
data/Rakefile
CHANGED
|
@@ -11,8 +11,8 @@ require "rake/extensiontask"
|
|
|
11
11
|
|
|
12
12
|
task :build => :compile
|
|
13
13
|
|
|
14
|
-
Rake::ExtensionTask.new("
|
|
15
|
-
ext.lib_dir = "lib/
|
|
14
|
+
Rake::ExtensionTask.new("sugilite") do |ext|
|
|
15
|
+
ext.lib_dir = "lib/sugilite"
|
|
16
16
|
end
|
|
17
17
|
|
|
18
18
|
task :default => [:clobber, :compile, :test]
|
data/bin/console
CHANGED
data/exe/{Sugilite → sugilite}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
lib = File.expand_path("lib", __dir__)
|
|
2
2
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
3
|
-
require "
|
|
3
|
+
require "sugilite/version"
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "sugilite"
|
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.homepage = 'https://gitlab.com/MediaMagnet/Sugilite'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
|
-
spec.metadata[
|
|
16
|
+
spec.metadata["allowed_push_host"] = 'https://rubygems.org'
|
|
17
17
|
|
|
18
18
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
19
19
|
spec.metadata['source_code_uri'] = 'https://gitlab.com/MediaMagnet/Sugilite'
|
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.bindir = "exe"
|
|
28
28
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
29
29
|
spec.require_paths = ["lib"]
|
|
30
|
-
spec.extensions = ["ext/
|
|
30
|
+
spec.extensions = ["ext/sugilite/extconf.rb"]
|
|
31
31
|
|
|
32
32
|
spec.add_development_dependency 'bundler', '~> 2.0'
|
|
33
33
|
spec.add_development_dependency 'eventmachine', '~> 1.2', '>= 1.2.7'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sugilite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MediaMagnet
|
|
@@ -132,15 +132,16 @@ description: Twitch chat client gem using websockets and twitch irc
|
|
|
132
132
|
email:
|
|
133
133
|
- nathanec@gmail.com
|
|
134
134
|
executables:
|
|
135
|
-
-
|
|
135
|
+
- sugilite
|
|
136
136
|
extensions:
|
|
137
|
-
- ext/
|
|
137
|
+
- ext/sugilite/extconf.rb
|
|
138
138
|
extra_rdoc_files: []
|
|
139
139
|
files:
|
|
140
140
|
- ".gitignore"
|
|
141
|
-
- ".idea
|
|
141
|
+
- ".idea/.gitignore"
|
|
142
142
|
- ".idea/misc.xml"
|
|
143
143
|
- ".idea/modules.xml"
|
|
144
|
+
- ".idea/sugilite.iml"
|
|
144
145
|
- ".idea/vcs.xml"
|
|
145
146
|
- ".idea/workspace.xml"
|
|
146
147
|
- ".travis.yml"
|
|
@@ -150,16 +151,16 @@ files:
|
|
|
150
151
|
- LICENSE.txt
|
|
151
152
|
- README.md
|
|
152
153
|
- Rakefile
|
|
153
|
-
- Sugilite.gemspec
|
|
154
154
|
- bin/console
|
|
155
155
|
- bin/setup
|
|
156
|
-
- exe/
|
|
157
|
-
- ext/
|
|
158
|
-
- ext/
|
|
159
|
-
- ext/
|
|
160
|
-
- lib/
|
|
161
|
-
- lib/
|
|
162
|
-
- lib/
|
|
156
|
+
- exe/sugilite
|
|
157
|
+
- ext/sugilite/extconf.rb
|
|
158
|
+
- ext/sugilite/sugilite.c
|
|
159
|
+
- ext/sugilite/sugilite.h
|
|
160
|
+
- lib/sugilite.rb
|
|
161
|
+
- lib/sugilite/version.rb
|
|
162
|
+
- lib/sugiliteIRC.rb
|
|
163
|
+
- sugilite.gemspec
|
|
163
164
|
homepage: https://gitlab.com/MediaMagnet/Sugilite
|
|
164
165
|
licenses:
|
|
165
166
|
- MIT
|
data/ext/Sugilite/extconf.rb
DELETED