skyframe 0.0.1.beta → 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.
@@ -1,8 +1,6 @@
1
+ root = File.join(File.dirname(__FILE__), "..")
1
2
  require "skyframe/version"
2
3
 
3
- extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
4
- Compass::Frameworks.register('skyframe', :path => extension_path)
5
-
6
4
  module Skyframe
7
5
  # Your code goes here...
8
6
  end
@@ -1,3 +1,3 @@
1
1
  module Skyframe
2
- VERSION = "0.0.1.beta"
2
+ VERSION = "0.0.1"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skyframe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta
5
- prerelease: 6
4
+ version: 0.0.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Skyron ltd, Yann Le Corre, Dil Ahdan, Aung Win
@@ -207,9 +207,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
207
207
  required_rubygems_version: !ruby/object:Gem::Requirement
208
208
  none: false
209
209
  requirements:
210
- - - ! '>'
210
+ - - ! '>='
211
211
  - !ruby/object:Gem::Version
212
- version: 1.3.1
212
+ version: '0'
213
213
  requirements: []
214
214
  rubyforge_project:
215
215
  rubygems_version: 1.8.24