Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Applying all recent changes
  • Loading branch information
DanielVartanov committed Jun 26, 2010
1 parent 6faca91 commit c3c3e24
Show file tree
Hide file tree
Showing 26 changed files with 180 additions and 1,350 deletions.
Empty file removed .gitmodules
Empty file.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -196,5 +196,5 @@ Then,


<i>without any changes in the controller code!</i> <i>without any changes in the controller code!</i>


Copyright 2010 Sage Copyright Sage 2009
acts_as_sdata is licensed by Sage under the "Apache License, Version 2.0":http://www.apache.org/licenses/LICENSE-2.0.html Released under the MIT license
27 changes: 12 additions & 15 deletions Rakefile
Expand Up @@ -3,21 +3,18 @@ require 'rake'
begin begin
require 'jeweler' require 'jeweler'


PKG_FILES = FileList[ '[a-zA-Z]*', 'lib/**/*', 'spec/**/*' ] Jeweler::Tasks.new do |gemspec|
Jeweler::Tasks.new do |s| gemspec.name = "acts_as_sdata"
s.name = "acts_as_sdata" gemspec.version = '1.0.0'
s.version = "0.0.1" gemspec.authors = ["Daniel Vartanov", "Eugene Gilburg", "Michael Johnston"].sort
s.authors = ["Daniel Vartanov"] gemspec.email = "dan@vartanov.net"
s.email = "dan@vartanov.net" gemspec.homepage = "http://sdata.sage.com/"
s.homepage = "http://sdata.sage.com/" gemspec.summary = gemspec.description = "Ruby implementation of SData (Sage Data) protocol"
s.platform = Gem::Platform::RUBY gemspec.has_rdoc = false
s.description = s.summary = "Ruby implementation of SData (Sage Data) protocol" gemspec.extra_rdoc_files = ["README.textile"]
s.files = PKG_FILES.to_a
s.require_path = "lib"
s.has_rdoc = false
s.extra_rdoc_files = ["README.textile"]
end end
Jeweler::GemcutterTasks.new
Jeweler::GemcutterTasks.new
rescue LoadError rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" puts "Jeweler not available. Install it with: gem install jeweler"
end end
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.0 0.0.1
93 changes: 0 additions & 93 deletions lib/active_record_mixin.rb

This file was deleted.

20 changes: 0 additions & 20 deletions lib/atom_content_mixin.rb

This file was deleted.

20 changes: 0 additions & 20 deletions lib/atom_entry_mixin.rb

This file was deleted.

59 changes: 0 additions & 59 deletions lib/conditions_builder.rb

This file was deleted.

0 comments on commit c3c3e24

Please sign in to comment.