gleam 0.1.65

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 877ce0aa6ec0f5e70c06344baa18b3105c44ffec8a3b955f90bf2822b7b854ce
4
+ data.tar.gz: d80b53aa349c87adb1c0b44471abc428048c9ca9f11fc04cd41cae353dee7bdb
5
+ SHA512:
6
+ metadata.gz: b98ed39c442ebd96aec032e921bf07eeb50feaa7e0075f9c534f81a6f8f4d45841a3b64ea1f9e0207bcb23564ca0d5c32d30a9df5f31a3cca802218e45acc1cd
7
+ data.tar.gz: 14cbb68407743c220f19a7b41fd1f2e62a64f4730677a7e4dd1a55b8be0b7e8567dbae06c8d51913195fcee2496808ab74058aa04f4aa1f0dd70796a1f6ded83
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+ /.idea/
10
+
11
+ # rspec failure tracking
12
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,5 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.4.1
5
+ before_install: gem install bundler -v 1.16.1
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in gleam.gemspec
6
+ gemspec
@@ -0,0 +1,88 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ gleam (0.1.65)
5
+ trailblazer (~> 2.1.0.rc1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ ast (2.4.0)
11
+ declarative (0.0.10)
12
+ declarative-builder (0.1.0)
13
+ declarative-option (< 0.2.0)
14
+ declarative-option (0.1.0)
15
+ diff-lcs (1.3)
16
+ disposable (0.4.4)
17
+ declarative (>= 0.0.9, < 1.0.0)
18
+ declarative-builder (< 0.2.0)
19
+ declarative-option (< 0.2.0)
20
+ representable (>= 2.4.0, <= 3.1.0)
21
+ uber (< 0.2.0)
22
+ hirb (0.7.3)
23
+ jaro_winkler (1.5.2)
24
+ parallel (1.13.0)
25
+ parser (2.6.0.0)
26
+ ast (~> 2.4.0)
27
+ powerpack (0.1.2)
28
+ rainbow (3.0.0)
29
+ rake (10.5.0)
30
+ reform (2.2.4)
31
+ disposable (>= 0.4.1)
32
+ representable (>= 2.4.0, < 3.1.0)
33
+ representable (3.0.4)
34
+ declarative (< 0.1.0)
35
+ declarative-option (< 0.2.0)
36
+ uber (< 0.2.0)
37
+ rspec (3.7.0)
38
+ rspec-core (~> 3.7.0)
39
+ rspec-expectations (~> 3.7.0)
40
+ rspec-mocks (~> 3.7.0)
41
+ rspec-core (3.7.1)
42
+ rspec-support (~> 3.7.0)
43
+ rspec-expectations (3.7.0)
44
+ diff-lcs (>= 1.2.0, < 2.0)
45
+ rspec-support (~> 3.7.0)
46
+ rspec-mocks (3.7.0)
47
+ diff-lcs (>= 1.2.0, < 2.0)
48
+ rspec-support (~> 3.7.0)
49
+ rspec-support (3.7.1)
50
+ rubocop (0.63.1)
51
+ jaro_winkler (~> 1.5.1)
52
+ parallel (~> 1.10)
53
+ parser (>= 2.5, != 2.5.1.1)
54
+ powerpack (~> 0.1)
55
+ rainbow (>= 2.2.2, < 4.0)
56
+ ruby-progressbar (~> 1.7)
57
+ unicode-display_width (~> 1.4.0)
58
+ ruby-progressbar (1.10.0)
59
+ trailblazer (2.1.0.rc1)
60
+ declarative
61
+ trailblazer-macro (>= 2.1.0.rc1, < 2.2.0)
62
+ trailblazer-macro-contract (= 2.1.0.rc1)
63
+ trailblazer-operation
64
+ trailblazer-activity (0.7.1)
65
+ hirb
66
+ trailblazer-context
67
+ trailblazer-context (0.1.2)
68
+ trailblazer-macro (2.1.0.rc1)
69
+ trailblazer-macro-contract (2.1.0.rc1)
70
+ reform (>= 2.2.0, < 3.0.0)
71
+ trailblazer-operation (0.4.1)
72
+ trailblazer-activity (>= 0.7.1, < 0.8.0)
73
+ trailblazer-context (>= 0.1.1, < 0.3.0)
74
+ uber (0.1.0)
75
+ unicode-display_width (1.4.1)
76
+
77
+ PLATFORMS
78
+ ruby
79
+
80
+ DEPENDENCIES
81
+ bundler (~> 1.16)
82
+ gleam!
83
+ rake (~> 10.0)
84
+ rspec (~> 3.0)
85
+ rubocop (~> 0.63)
86
+
87
+ BUNDLED WITH
88
+ 1.17.3
@@ -0,0 +1,35 @@
1
+ # Gleam
2
+
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/gleam`. 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
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'gleam'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install gleam
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/gleam.
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "gleam"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,38 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "gleam/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "gleam"
8
+ spec.version = Gleam::VERSION
9
+ spec.authors = ["RPC"]
10
+ spec.email = ["rpc@bewitching.me"]
11
+
12
+ spec.summary = %q{A toolkit for building data and content management systems}
13
+ spec.description = %q{Gleam aims to be a toolkit for building data and content management systems for Ruby.}
14
+ spec.homepage = "https://github.com/bewitchingme"
15
+
16
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
18
+ if spec.respond_to?(:metadata)
19
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
20
+ else
21
+ raise "RubyGems 2.0 or newer is required to protect against " \
22
+ "public gem pushes."
23
+ end
24
+
25
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
26
+ f.match(%r{^(test|spec|features)/})
27
+ end
28
+ spec.bindir = "exe"
29
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ["lib"]
31
+
32
+ spec.add_development_dependency "bundler", "~> 1.16"
33
+ spec.add_development_dependency "rake", "~> 10.0"
34
+ spec.add_development_dependency "rspec", "~> 3.0"
35
+ spec.add_development_dependency "rubocop", "~> 0.63"
36
+
37
+ spec.add_runtime_dependency "trailblazer", "~> 2.1.0.rc1"
38
+ end
@@ -0,0 +1,4 @@
1
+ require "gleam/version"
2
+
3
+ module Gleam
4
+ end
@@ -0,0 +1,3 @@
1
+ module Gleam
2
+ VERSION = "0.1.65"
3
+ end
metadata ADDED
@@ -0,0 +1,126 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gleam
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.65
5
+ platform: ruby
6
+ authors:
7
+ - RPC
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-02-07 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.16'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.16'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rubocop
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '0.63'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '0.63'
69
+ - !ruby/object:Gem::Dependency
70
+ name: trailblazer
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 2.1.0.rc1
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 2.1.0.rc1
83
+ description: Gleam aims to be a toolkit for building data and content management systems
84
+ for Ruby.
85
+ email:
86
+ - rpc@bewitching.me
87
+ executables: []
88
+ extensions: []
89
+ extra_rdoc_files: []
90
+ files:
91
+ - ".gitignore"
92
+ - ".rspec"
93
+ - ".travis.yml"
94
+ - Gemfile
95
+ - Gemfile.lock
96
+ - README.md
97
+ - Rakefile
98
+ - bin/console
99
+ - bin/setup
100
+ - gleam.gemspec
101
+ - lib/gleam.rb
102
+ - lib/gleam/version.rb
103
+ homepage: https://github.com/bewitchingme
104
+ licenses: []
105
+ metadata:
106
+ allowed_push_host: https://rubygems.org
107
+ post_install_message:
108
+ rdoc_options: []
109
+ require_paths:
110
+ - lib
111
+ required_ruby_version: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - ">="
114
+ - !ruby/object:Gem::Version
115
+ version: '0'
116
+ required_rubygems_version: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - ">="
119
+ - !ruby/object:Gem::Version
120
+ version: '0'
121
+ requirements: []
122
+ rubygems_version: 3.0.2
123
+ signing_key:
124
+ specification_version: 4
125
+ summary: A toolkit for building data and content management systems
126
+ test_files: []