myth-source 0.3.0

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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/lib/myth/myth.js +12564 -0
  3. data/lib/myth/source.rb +7 -0
  4. metadata +47 -0
@@ -0,0 +1,7 @@
1
+ module Myth
2
+ module Source
3
+ def self.bundled_path
4
+ File.expand_path("../myth.js", __FILE__)
5
+ end
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: myth-source
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: ruby
6
+ authors:
7
+ - Dan Schultzer
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-02-17 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: " Myth is a preprocess that lets you write pure CSS \n without
14
+ having to worry about slow browser support, \n or even slow spec approval. It's
15
+ a like CSS polyfill.\n"
16
+ email: dan@dreamconception.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/myth/myth.js
22
+ - lib/myth/source.rb
23
+ homepage: http://github.com/danschultzer/ruby-myth
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.2.2
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Ruby Myth Preprocessor
47
+ test_files: []