stage_object 0.0.1.1

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: 15ca04eee1dc43fc19e84c1a48e9e35621572538
4
+ data.tar.gz: aa1a1f22c284b5287b8b0842e7da5363f2361a35
5
+ SHA512:
6
+ metadata.gz: 6833a39434e9f131318cf3c74f6c57c0ca6d793a8122c1d928fc090945b4a5cbfac1489d006aaf81c4c666cb247fa0a078102292d65d0d24ab1cfd33425ee2e0
7
+ data.tar.gz: 17c122e32440c113c91a87f3b335d917c28f11f61569acd5af43106cb79150b93bd1a78fb9dfd588c24afd5654e31debd80baa17ac62e05ce7ff9afe04161485
@@ -0,0 +1,153 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ ### Rails template
11
+ *.rbc
12
+ capybara-*.html
13
+ .rspec
14
+ /log
15
+ /tmp
16
+ /db/*.sqlite3
17
+ /db/*.sqlite3-journal
18
+ /public/system
19
+ /coverage/
20
+ /spec/tmp
21
+ **.orig
22
+ rerun.txt
23
+ pickle-email-*.html
24
+
25
+ # TODO Comment out this rule if you are OK with secrets being uploaded to the repo
26
+ config/initializers/secret_token.rb
27
+
28
+ # Only include if you have production secrets in this file, which is no longer a Rails default
29
+ # config/secrets.yml
30
+
31
+ # dotenv
32
+ # TODO Comment out this rule if environment variables can be committed
33
+ .env
34
+
35
+ ## Environment normalization:
36
+ /.bundle
37
+ /vendor/bundle
38
+
39
+ # these should all be checked in to normalize the environment:
40
+ # Gemfile.lock, .ruby-version, .ruby-gemset
41
+
42
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
43
+ .rvmrc
44
+
45
+ # if using bower-rails ignore default bower_components path bower.json files
46
+ /vendor/assets/bower_components
47
+ *.bowerrc
48
+ bower.json
49
+
50
+ # Ignore pow environment settings
51
+ .powenv
52
+
53
+ # Ignore Byebug command history file.
54
+ .byebug_history
55
+ ### Ruby template
56
+ *.gem
57
+ *.rbc
58
+ /.config
59
+ /coverage/
60
+ /InstalledFiles
61
+ /pkg/
62
+ /spec/reports/
63
+ /spec/examples.txt
64
+ /test/tmp/
65
+ /test/version_tmp/
66
+ /tmp/
67
+
68
+ # Used by dotenv library to load environment variables.
69
+ # .env
70
+
71
+ ## Specific to RubyMotion:
72
+ .dat*
73
+ .repl_history
74
+ build/
75
+ *.bridgesupport
76
+ build-iPhoneOS/
77
+ build-iPhoneSimulator/
78
+
79
+ ## Specific to RubyMotion (use of CocoaPods):
80
+ #
81
+ # We recommend against adding the Pods directory to your .gitignore. However
82
+ # you should judge for yourself, the pros and cons are mentioned at:
83
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
84
+ #
85
+ # vendor/Pods/
86
+
87
+ ## Documentation cache and generated files:
88
+ /.yardoc/
89
+ /_yardoc/
90
+ /doc/
91
+ /rdoc/
92
+
93
+ ## Environment normalization:
94
+ /.bundle/
95
+ /vendor/bundle
96
+ /lib/bundler/man/
97
+
98
+ # for a library or gem, you might want to ignore these files since the code is
99
+ # intended to run in multiple environments; otherwise, check them in:
100
+ # Gemfile.lock
101
+ # .ruby-version
102
+ # .ruby-gemset
103
+
104
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
105
+ .rvmrc
106
+ ### JetBrains template
107
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
108
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
109
+
110
+ # User-specific stuff:
111
+ .idea/**/workspace.xml
112
+ .idea/**/tasks.xml
113
+ .idea/dictionaries
114
+
115
+ # Sensitive or high-churn files:
116
+ .idea/**/dataSources/
117
+ .idea/**/dataSources.ids
118
+ .idea/**/dataSources.xml
119
+ .idea/**/dataSources.local.xml
120
+ .idea/**/sqlDataSources.xml
121
+ .idea/**/dynamic.xml
122
+ .idea/**/uiDesigner.xml
123
+
124
+ # Gradle:
125
+ .idea/**/gradle.xml
126
+ .idea/**/libraries
127
+
128
+ # Mongo Explorer plugin:
129
+ .idea/**/mongoSettings.xml
130
+
131
+ ## File-based project format:
132
+ *.iws
133
+
134
+ ## Plugin-specific files:
135
+
136
+ # IntelliJ
137
+ /out/
138
+
139
+ # mpeltonen/sbt-idea plugin
140
+ .idea_modules/
141
+
142
+ # JIRA plugin
143
+ atlassian-ide-plugin.xml
144
+
145
+ # Crashlytics plugin (for Android Studio and IntelliJ)
146
+ com_crashlytics_export_strings.xml
147
+ crashlytics.properties
148
+ crashlytics-build.properties
149
+ fabric.properties
150
+
151
+ .idea/.rakeTasks
152
+ .idea/vcs.xml
153
+ stage_object-0.0.1.gem
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="ruby-2.0.0-p648" project-jdk-type="RUBY_SDK" />
4
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/stage_object.iml" filepath="$PROJECT_DIR$/.idea/stage_object.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="jdk" jdkName="jruby-print" jdkType="JRUBY_SDK" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.10.6, jruby-print) [gem]" level="application" />
8
+ <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, jruby-print) [gem]" level="application" />
9
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, jruby-print) [gem]" level="application" />
10
+ <orderEntry type="library" scope="PROVIDED" name="rspec (v3.5.0, jruby-print) [gem]" level="application" />
11
+ <orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.5.4, jruby-print) [gem]" level="application" />
12
+ <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.5.0, jruby-print) [gem]" level="application" />
13
+ <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.5.0, jruby-print) [gem]" level="application" />
14
+ <orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.5.0, jruby-print) [gem]" level="application" />
15
+ </component>
16
+ </module>
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.2.2
4
+ before_install: gem install bundler -v 1.10.6
@@ -0,0 +1,13 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
6
+
7
+ Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
+
9
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
+
11
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
+
13
+ This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in stage_object.gemspec
4
+ gemspec
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 bbellanca
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,42 @@
1
+ # StageObject
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/stage_object`. 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 'stage_object'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install stage_object
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]/stage_object. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
36
+
37
+
38
+ ## License
39
+
40
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
+
42
+ # stage_object
@@ -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 "stage_object"
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
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
6
+
7
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,5 @@
1
+ require "stage_object/version"
2
+
3
+ module StageObject
4
+ # Your code goes here...
5
+ end
@@ -0,0 +1,3 @@
1
+ module StageObject
2
+ VERSION = "0.0.1.1"
3
+ end
@@ -0,0 +1,33 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'stage_object/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "stage_object"
8
+ spec.version = StageObject::VERSION
9
+ spec.authors = ["bellanca", "AlexisKAndersen"]
10
+ spec.email = ["branden.bellanca@gmail.com",'alexis.t.andersen@gmail.com']
11
+
12
+ spec.summary = %q{Ruby Implementation of the ScreenPlay pattern.}
13
+ spec.description = %q{Ruby Implementation of the ScreenPlay pattern.}
14
+ spec.homepage = "https://github.com/stage-hand/stage_object"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
18
+ # delete this section to allow pushing this gem to any host.
19
+ # if spec.respond_to?(:metadata)
20
+ # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
21
+ # else
22
+ # raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
+ # end
24
+
25
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
+ spec.bindir = "exe"
27
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
+ spec.require_paths = ["lib"]
29
+
30
+ spec.add_development_dependency "bundler", "~> 1.10"
31
+ spec.add_development_dependency "rake", "~> 10.0"
32
+ spec.add_development_dependency "rspec"
33
+ end
metadata ADDED
@@ -0,0 +1,105 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: stage_object
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - bellanca
8
+ - AlexisKAndersen
9
+ autorequire:
10
+ bindir: exe
11
+ cert_chain: []
12
+ date: 2017-03-25 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.10'
20
+ name: bundler
21
+ prerelease: false
22
+ type: :development
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - "~>"
26
+ - !ruby/object:Gem::Version
27
+ version: '1.10'
28
+ - !ruby/object:Gem::Dependency
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ name: rake
35
+ prerelease: false
36
+ type: :development
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - "~>"
40
+ - !ruby/object:Gem::Version
41
+ version: '10.0'
42
+ - !ruby/object:Gem::Dependency
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ name: rspec
49
+ prerelease: false
50
+ type: :development
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ description: Ruby Implementation of the ScreenPlay pattern.
57
+ email:
58
+ - branden.bellanca@gmail.com
59
+ - alexis.t.andersen@gmail.com
60
+ executables: []
61
+ extensions: []
62
+ extra_rdoc_files: []
63
+ files:
64
+ - ".gitignore"
65
+ - ".idea/misc.xml"
66
+ - ".idea/modules.xml"
67
+ - ".idea/stage_object.iml"
68
+ - ".idea/workspace.xml"
69
+ - ".rspec"
70
+ - ".travis.yml"
71
+ - CODE_OF_CONDUCT.md
72
+ - Gemfile
73
+ - LICENSE.txt
74
+ - README.md
75
+ - Rakefile
76
+ - bin/console
77
+ - bin/setup
78
+ - lib/stage_object.rb
79
+ - lib/stage_object/version.rb
80
+ - stage_object.gemspec
81
+ homepage: https://github.com/stage-hand/stage_object
82
+ licenses:
83
+ - MIT
84
+ metadata: {}
85
+ post_install_message:
86
+ rdoc_options: []
87
+ require_paths:
88
+ - lib
89
+ required_ruby_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ required_rubygems_version: !ruby/object:Gem::Requirement
95
+ requirements:
96
+ - - ">="
97
+ - !ruby/object:Gem::Version
98
+ version: '0'
99
+ requirements: []
100
+ rubyforge_project:
101
+ rubygems_version: 2.4.8
102
+ signing_key:
103
+ specification_version: 4
104
+ summary: Ruby Implementation of the ScreenPlay pattern.
105
+ test_files: []