testthisthingagainyoyoyo 0.0.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ea253bcf382861ca6f3de697755b57e10ee6cf0f
4
+ data.tar.gz: 702fc45a8b9aa410cf5060c28608fb567698dc08
5
+ SHA512:
6
+ metadata.gz: d8193696b212dc29ff04a9af95e5319111f7c2f3a32884058cf5271fafc191d04b40a90a848730e0eca298c91fed8e522bd51aca738c3e76b97db99e8e4503f2
7
+ data.tar.gz: 57f93749dbd4c0bf6810bc3e8fe716304ed60789054014d02b3602c1bec940f2cd4ce80ad72b8b09d9f2f0fed15cc8445e37116e7aa939000ab641dd401edf67
data/README.md ADDED
@@ -0,0 +1,39 @@
1
+ # testthisthingagainyoyoyo
2
+
3
+ akdgasd
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'testthisthingagainyoyoyo'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install testthisthingagainyoyoyo
20
+
21
+ ## Usage
22
+
23
+ Add this line to your `application.js` file:
24
+ ```css
25
+ //= require testthisthingagainyoyoyo
26
+ ```
27
+
28
+ Add this line to your `application.css` file:
29
+ ```css
30
+ *= require testthisthingagainyoyoyo
31
+ ```
32
+
33
+ ## Contributing
34
+
35
+ 1. Fork it
36
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
37
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
38
+ 4. Push to the branch (`git push origin my-new-feature`)
39
+ 5. Create new Pull Request
@@ -0,0 +1,6 @@
1
+ module Testthisthingagainyoyoyo
2
+ module Rails
3
+ class Engine < ::Rails::Engine
4
+ end
5
+ end
6
+ end
@@ -0,0 +1,6 @@
1
+ module Testthisthingagainyoyoyo
2
+ module Rails
3
+ class Railtie < ::Rails::Railtie
4
+ end
5
+ end
6
+ end
@@ -0,0 +1,5 @@
1
+ module Testthisthingagainyoyoyo
2
+ module Rails
3
+ VERSION = '0.0.1'
4
+ end
5
+ end
@@ -0,0 +1,11 @@
1
+ require "testthisthingagainyoyoyo/version"
2
+
3
+ module Testthisthingagainyoyoyo
4
+ module Rails
5
+ if ::Rails.version < "3.1"
6
+ require "testthisthingagainyoyoyo/railtie"
7
+ else
8
+ require "testthisthingagainyoyoyo/engine"
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,24 @@
1
+ # -*- encoding: utf-8 -*-
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'testthisthingagainyoyoyo/version'
5
+
6
+ Gem::Specification.new do |gem|
7
+ gem.name = "testthisthingagainyoyoyo"
8
+ gem.version = "0.0.1"
9
+ gem.authors = "Sunwoo Yang"
10
+ gem.email = "yangsunwoo@gmail.com"
11
+ gem.description = "akdgasd"
12
+ gem.summary = "asdgasdg"
13
+ gem.homepage = "http://asdgasd.com"
14
+ gem.license = "MIT"
15
+
16
+ gem.add_runtime_dependency 'railties', '~> 3.1'
17
+ gem.add_runtime_dependency 'thor', '~> 0'
18
+ gem.add_development_dependency 'rake', '~> 0'
19
+
20
+ gem.files = `git ls-files`.split($/)
21
+ gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
22
+ gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
23
+ gem.require_paths = ["lib"]
24
+ end
@@ -0,0 +1,8 @@
1
+
2
+
3
+ //= depend_on_asset "unstoppable2.jpg"
4
+
5
+
6
+
7
+
8
+
metadata ADDED
@@ -0,0 +1,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: testthisthingagainyoyoyo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Sunwoo Yang
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-05-29 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: railties
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.1'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.1'
27
+ - !ruby/object:Gem::Dependency
28
+ name: thor
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: akdgasd
56
+ email: yangsunwoo@gmail.com
57
+ executables: []
58
+ extensions: []
59
+ extra_rdoc_files: []
60
+ files:
61
+ - README.md
62
+ - lib/testthisthingagainyoyoyo.rb
63
+ - lib/testthisthingagainyoyoyo/engine.rb
64
+ - lib/testthisthingagainyoyoyo/railtie.rb
65
+ - lib/testthisthingagainyoyoyo/version.rb
66
+ - testthisthingagainyoyoyo.gemspec
67
+ - vendor/assets/images/unstoppable2.jpg
68
+ - vendor/assets/javascripts/testthisthingagainyoyoyo.js
69
+ - vendor/assets/stylesheets/testthisthingagainyoyoyo.css.scss
70
+ homepage: http://asdgasd.com
71
+ licenses:
72
+ - MIT
73
+ metadata: {}
74
+ post_install_message:
75
+ rdoc_options: []
76
+ require_paths:
77
+ - lib
78
+ required_ruby_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ requirements: []
89
+ rubyforge_project:
90
+ rubygems_version: 2.2.2
91
+ signing_key:
92
+ specification_version: 4
93
+ summary: asdgasdg
94
+ test_files: []